Maintainer | bastiaan.heeren@ou.nl |
---|---|
Stability | provisional |
Portability | portable (depends on ghc) |
Safe Haskell | None |
Language | Haskell98 |
Documentation
matchExtended :: Map Symbol SymbolMatch -> Term -> Term -> [(Substitution, Maybe Term, Maybe Term)] Source #
type Match a = a -> a -> [Substitution] Source #
type SymbolMatch = Match Term -> [Term] -> Term -> [Substitution] Source #