Skip to content

Conversation

@kl0tl
Copy link
Member

@kl0tl kl0tl commented Feb 17, 2021

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:

  • 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)

@JordanMartinez JordanMartinez merged commit 6579dc7 into purescript:master Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is the ST module at all useful?

3 participants