purescript / purescript-strings

String utility functions, Char type, regular expressions.
BSD 3-Clause "New" or "Revised" License
54 stars 71 forks source link

Derive `newtype` instances where possible #166

Open triallax opened 1 year ago

triallax commented 1 year ago

Description of the change

Derive newtype instances instead of "normal" instances where possible, which produces smaller code.


Checklist: