mdiep / Logician

Logic programming in Swift
MIT License
194 stars 10 forks source link

Add a Stream type #12

Closed mdiep closed 8 years ago

mdiep commented 8 years ago

Using AnyIterator has worked well so far, but it's started to feel a bit cumbersome. I think this will simplify the code.