free-functors-0.7: Free functors, adjoint to functors that forget class constraints.

LicenseBSD-style (see the file LICENSE)
Maintainersjoerd@w3future.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe
LanguageHaskell2010

Data.Constraint.Class1

Description

 

Synopsis

Documentation

class Class1 b h | h -> b where Source #

Minimal complete definition

cls1

Methods

cls1 :: h x :- b x Source #

Instances

class SuperClass1 b h where Source #

Automatically find superclasses by searching the Class1 instances

Minimal complete definition

scls1

Methods

scls1 :: h x :- b x Source #

Instances

(SuperClass1 k b c, Class1 k c h) => SuperClass1 k b h Source # 

Methods

scls1 :: h x :- h x Source #

SuperClass1 k b b Source # 

Methods

scls1 :: h x :- b x Source #