purescript-contrib / purescript-these

Data type isomorphic to α ∨ β ∨ (α ∧ β)
MIT License
14 stars 11 forks source link

Added several methods #20

Closed xgrommx closed 4 years ago

garyb commented 6 years ago

I'd prefer not to incur a dependency on purescript-filterable as it lives outside of -contrib, meaning it could potentially block updates to this.

thomashoneyman commented 5 years ago

@xgrommx Would you consider adjusting this to only include the improvements that don't rely on packages outside -contrib? In that case I can help push this along to get merged.

thomashoneyman commented 4 years ago

25 applies these functions outside of the -filterable dependency, and without the additional functions from profunctor-lenses, but I'd be happy to merge anything adding the profunctor-lenses additions in the future!