agrafix / superrecord

Haskell: Supercharged anonymous records
BSD 3-Clause "New" or "Revised" License
83 stars 16 forks source link

RFC: what about a delete operation? #23

Open neongreen opened 5 years ago

neongreen commented 5 years ago

We have 'rcons' but not 'rdelete'. Would it make sense to have it as well? If yes, I'll make a PR. (I needed it today and ended up implementing it in a fork.)

agrafix commented 5 years ago

Sounds good, happy to merge a PR :)