Safe Haskell | None |
---|---|
Language | Haskell98 |
Matching expressions
(directives based on "Scripting the Type Inference Process", ICFP 2003)
Documentation
match_Expression_Literal :: Literal -> Expression -> Maybe () Source
match_Expression_Variable :: Name -> Expression -> Maybe () Source
match_Expression_Constructor :: Name -> Expression -> Maybe () Source
match_Expression_InfixApplication :: Expression -> Maybe (MaybeExpression, Expression, MaybeExpression) Source
match_Expressions_Nil :: Expressions -> Maybe () Source