--- Revision None +++ Revision 376633666138 @@ -0,0 +1,7 @@ +(deftype SeqFly [s] + clojure.lang.ISeq + (first [this] ()) + (next [this] ()) + (more [this] ()) + Object + (toString [this] (str s)))