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:
[x] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
[ ] Linked any existing issues or proposals that this pull request should close
[ ] Updated or added relevant documentation
[ ] Added a test for the contribution (if applicable)
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: