Safe Haskell | None |
---|---|
Language | Haskell2010 |
Rule
Documentation
data RuleContext Source #
Constructors
RuleContext | |
Fields |
isNF :: Expression -> RuleContext -> Bool Source #
matchProgramWithRule :: Program -> Rule -> RuleContext -> IO [Subst] Source #
meetCondition :: Condition -> [Subst] -> RuleContext -> IO [Subst] Source #