purescript-contrib / purescript-profunctor-lenses

Pure profunctor lenses
MIT License
144 stars 52 forks source link

Extract `Tagged a b`? #76

Open joneshf opened 7 years ago

joneshf commented 7 years ago

Tagged a b lives in here, but it's really useful a thing—like Const a b useful. Would you be up for pulling it out and depending on it externally?

Also, there are a ton of useful instances missing from it. Whether it stays here or not, would you be up for a PR adding those instances?

garyb commented 7 years ago

Sounds good to me!

paf31 commented 7 years ago

Would it go into a new contrib library then? Sounds fine to me.