spl / dlist

Difference lists in Haskell
https://hackage.haskell.org/package/dlist
BSD 3-Clause "New" or "Revised" License
65 stars 15 forks source link

Added intersperse and intercalate. #41

Closed riz0id closed 4 years ago

riz0id commented 4 years ago

Added intersperse and intercalate.

spl commented 4 years ago

Okay, I'm convinced that intercalate would be a useful addition. Would you mind cleaning up things by removing intersperse, fixing the errors, and squashing the commits? Thanks!

You are welcome to try to implement intersperse in a different way, but I'm not sure how you would do it.