purescript-strings
purescript-strings copied to clipboard
Derive `newtype` instances where possible
Description of the change
Derive newtype
instances instead of "normal" instances where possible, which produces smaller code.
Checklist:
- [x] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
- [x] Linked any existing issues or proposals that this pull request should close
- [x] Updated or added relevant documentation
- [x] Added a test for the contribution (if applicable)