jcristovao / newtype-generics

A typeclass and set of functions for working with newtypes.
10 stars 11 forks source link

Take inspiration from purescript-newtype #18

Closed sjakobi closed 6 years ago

sjakobi commented 7 years ago

See https://github.com/purescript/purescript-newtype/blob/master/src/Data/Newtype.purs.

sjakobi commented 6 years ago

I have added under2 and over2 in v0.5.2 and consider adding un and deprecating op in the future.