On Fri, Mar 6, 2009 at 10:42 AM, hotcore <xapw...@gmail.com> wrote: > > in the API specs on http://clojure.org/api#toc247 I see the function > frest. > However, when I build Clojure (Checked out revision 1326 from > Googlecode) this function seems to be missing.
The website generally documents the latest release, not the latest SVN HEAD (with a few exceptions). You're probably looking for 'fnext': user=> (doc fnext) ------------------------- clojure.core/fnext ([x]) Same as (first (next x)) nil --Chouser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---