Copyright | (c) Rainer Grabbe |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | needs POSIX |
Safe Haskell | None |
Data structures, initialising functions for Prover state and configurations.
Documentation
data ProverStateTHF Source #
initialProverStateTHF :: SignTHF -> [Named THFFormula] -> [FreeDefMorphism THFFormula MorphismTHF] -> ProverStateTHF Source #
showProblemTHF :: ProverStateTHF -> Named THFFormula -> [String] -> IO String Source #
getAxioms :: ProverStateTHF -> [String] Source #
thfAxioms :: [FormulaRole] Source #