one-liner-0.1: Constraint-based generics

Portabilitynon-portable
Stabilityexperimental
Maintainersjoerd@w3future.com
Safe HaskellNone

Generics.OneLiner.Functions

Description

 

Documentation

eqADT :: (ADT t, Constraints t Eq) => t -> t -> BoolSource

showsPrecADT :: forall t. (ADT t, Constraints t Show) => Int -> t -> ShowSSource

readPrecADT :: forall t. (ADT t, Constraints t Read) => ReadPrec tSource