@hackage newtype0.2.2.1
A typeclass and set of functions for working with newtypes.
Categories
License
BSD-3-Clause
Maintainer
Andreas Abel
Links
Versions
Installation
Tested Compilers
Dependencies (1)
Dependents (37)
@hackage/LDAPv3, @hackage/GrammarProducts, @hackage/statestack, @hackage/diagrams-lib, @hackage/vector-space-points, @hackage/categorical-algebra, Show all…
Per Conor McBride, the Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operate under that newtype with functions such as ala. See Control.Newtype for documentation and examples.