newtype-generics

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

Version on this page:0.4@rev:1
LTS Haskell 22.17: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 Cristovao
Maintained by João Cristóvão
This version can be pinned in stack with:newtype-generics-0.4@sha256:4add9940d4bdeab2d1adebe548ba6dd9f3280552873a09934d88a62527e6de58,1575

Module documentation for 0.4

Depends on 1 package(full list with versions):
Used by 3 packages in lts-6.35(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.