newtype-generics

A typeclass and set of functions for working with newtypes, with generics support.

Version on this page:0.4.1@rev:2
LTS Haskell 22.14:0.6.2@rev:2
Stackage Nightly 2023-12-26:0.6.2@rev:2
Latest on Hackage:0.6.2@rev:2

See all snapshots newtype-generics appears in

BSD-3-Clause licensed by Darius Jahandarie, Conor McBride, João Cristóvão
Maintained by João Cristóvão
This version can be pinned in stack with:newtype-generics-0.4.1@sha256:75af95ea1c8ce723e2fa13e7132db32c2a4bc6282473bd9a4e58e1c4f2491bf4,1574

Module documentation for 0.4.1

Depends on 1 package(full list with versions):
Used by 2 packages in nightly-2015-12-01(full list with versions):

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.