diff --git a/src/pjstadig/reducible_stream.clj b/src/pjstadig/reducible_stream.clj index 2b8dcbb..d8408e4 100644 --- a/src/pjstadig/reducible_stream.clj +++ b/src/pjstadig/reducible_stream.clj @@ -94,7 +94,8 @@ (close stream)))))) clojure.lang.Seqable (seq [this] - (seq (into [] this))))))) + (seq (into [] this))) + clojure.lang.Sequential)))) (defn lines-open "Used as the open function for decoding text. Returns a