borkdude / speculative

Unofficial community-driven specs for clojure.core
Eclipse Public License 1.0
188 stars 16 forks source link

Strengthen return types for a bunch of seq/seqable fns #219

Closed bonega closed 5 years ago

bonega commented 5 years ago

rest, map, filter etc. can't return nil. They should also conform to seq?, not the broader seqable?