purescript / purescript-record

Functions for working with records and polymorphic labels
BSD 3-Clause "New" or "Revised" License
70 stars 31 forks source link

Remove Record.ST #78

Closed kl0tl closed 3 years ago

kl0tl commented 3 years ago

Description of the change

We can have mutable records by either storing immutable records in mutable refs or storing mutable refs in the fields of immutable records, and unlike with Record.ST both approaches allows for the insertion of new fields.

Close #76, close #77.


Checklist: