Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module provides generic deriving tools for monuses for product-like structures.
Synopsis
- class GMonus f where
- gmonus :: (Generic a, GMonus (Rep a)) => a -> a -> a
- newtype WrappedMonus a = WrappedMonus a
Documentation
newtype WrappedMonus a Source #
This type is useful with -XDerivingVia.