BSD-3-Clause licensed by Darius Jahandarie, Conor McBride, João Cristóvão, Simon Jakobi
Maintained by Simon Jakobi
This version can be pinned in stack with:newtype-generics-0.6.2@sha256:36b26be66f5736926fbd16fa3eadfcc96d23e13433e6348f0fa9509163fd0991,2053

Module documentation for 0.6.2

Depends on 1 package(full list with versions):
Used by 3 packages in nightly-2025-05-08(full list with versions):

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. 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.

Changes