snoyberg / mono-traversable

Type classes for mapping, folding, and traversing monomorphic containers
153 stars 63 forks source link

Add headC, headDefC and lastDefC combinators #105

Closed k0ral closed 8 years ago

k0ral commented 8 years ago

I find myself reimplementing those combinators in several of my projects. What about providing them upstream ?

snoyberg commented 8 years ago

For consistency, can you add the non-suffixed versions of the functions to Data.Conduit.Combinators as well, and update the changelog about the new additions?

k0ral commented 8 years ago

Done. I had to presume a version bump to 1.0.5, I hope that's ok.

snoyberg commented 8 years ago

Beautiful! Just waiting on Travis and then I'll merge. Thanks!

snoyberg commented 8 years ago

Merging despite the Travis failures, they're unrelated. Thanks!