Closed BebeSparkelSparkel closed 2 years ago
It would be nice to have a function that will drop/delete unnecessary record fields.
drop :: forall r1 r2. Record r1 -> Record r1 where r2 is a subset of r1
drop :: forall r1 r2. Record r1 -> Record r1
I think this is a duplicate of #5?
Yeah, I'll close this.
It would be nice to have a function that will drop/delete unnecessary record fields.
drop :: forall r1 r2. Record r1 -> Record r1
where r2 is a subset of r1