generic-constraints-1.1.1: Constraints via Generic

Safe HaskellSafe
LanguageHaskell98

Generics.Constraints

Synopsis

Documentation

type Constraints t c = Constraints' (Rep t) c Source #

Constraints is a constraint type synonym, containing the constraint requirements for an instance for t of class c. It requires an instance of class c for each component of t.