zsyntax-0.2.0.0: Automated theorem prover for the Zsyntax biochemical calculus

Safe HaskellSafe
LanguageHaskell2010

Otter.Internal.Search

Synopsis

Documentation

type Prover s g a = State (ProverState s) a Source #

type RuleAppRes n = ([ConclNode n], [SearchProperRule n]) Source #

Result type of matching a list of rules to an input sequent.

search :: Subsumable s => [s] -> [s -> Rule s s] -> (s -> Bool) -> (SearchRes s, [s]) Source #