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