@hackage newtype-generics0.4
A typeclass and set of functions for working with newtypes, with generics support.
Categories
License
BSD-3-Clause
Maintainer
João Cristóvão <jmacristovao@gmail.com>
Links
Versions
Installation
Dependencies (1)
Dependents (21)
@hackage/octane, @cardano/plutus-ledger, @hackage/MemoTrie, @hackage/photoname, @cardano/marlowe-cardano, @cardano/marlowe-runtime, Show all…
Per Conor McBride, the Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operatate under that newtype with functions such as ala. Generics support was added in version 0.4, making this package a full replacement for the original newtype package, and a better alternative to newtype-th.