hydra-0.1.1: Type-aware transformations for data and programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hydra.Types.Unification

Description

Hindley-Milner style type unification

Documentation

type Constraint m = (Type m, Type m) Source #