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

Intersperse and Intercalate #40

Closed riz0id closed 4 years ago

riz0id commented 4 years ago

These are useful functions to have, especially when DList is being used in conjunction with a Writer, or for the purpose of logging. If there's not any reason preventing these from being added may I make a pull request?

spl commented 4 years ago

I'd be happy to consider it. Thanks!