VinylRecords / Vinyl

Extensible Records for Haskell. Pull requests welcome! Come visit us on #vinyl on freenode.
http://hackage.haskell.org/package/vinyl
MIT License
261 stars 49 forks source link

missing non-unicode equivalent for ∈ #143

Open MMesch opened 4 years ago

MMesch commented 4 years ago

It seems that a non-unicode equivalent is missing for the type operator (https://github.com/VinylRecords/Vinyl/blob/26d847fbaf1e66db59f882005d46796811f30489/Data/Vinyl/Lens.hs#L231-L232). Is this on purpose or would it be possible to get one added?

acowley commented 4 years ago

Totally agreed that if there isn’t one, then there should be. If you open a PR, I’ll be happy to merge it.