Skip to content

Instantly share code, notes, and snippets.

@mpenet
Created November 20, 2012 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpenet/4121044 to your computer and use it in GitHub Desktop.
Save mpenet/4121044 to your computer and use it in GitHub Desktop.
user> (scaffold clojure.lang.ISeq)
clojure.lang.ISeq
(next [this])
(cons [this G__30361])
(first [this])
(more [this])
clojure.lang.IPersistentCollection
(count [this])
(cons [this G__30362])
(empty [this])
(equiv [this G__30363])
clojure.lang.Seqable
(seq [this])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment