Safe Haskell | None |
---|---|
Language | Haskell2010 |
Nix.Type.Infer
Documentation
data Constraint Source #
Instances
Constructors
UnificationFail Type Type | |
InfiniteType TVar Type | |
UnboundVariables [Text] | |
Ambigious [Constraint] | |
UnificationMismatch [Type] [Type] |
data InferError Source #
Constructors
TypeInferenceErrors [TypeError] | |
TypeInferenceAborted | |
Exception s => EvaluationError s |
Instances