Hets - the Heterogeneous Tool Set

Copyright(c) Jonathan von Schroeder, DFKI Bremen 2013
LicenseGPLv2 or higher, see LICENSE.txt
MaintainerJonathan von Schroeder <jonathan.von_schroeder@dfki.de>
Stabilityprovisional
Portabilityportable
Safe HaskellNone

SoftFOL.EProver

Description

 

Documentation

processProof :: (a -> ProofStep -> a) -> a -> [String] -> (a, Maybe String)

zipF :: (a -> b -> a) -> (c -> b -> c) -> (a, c) -> b -> (a, c)

axioms :: [(String, String)] -> ProofStep -> [(String, String)]

conjectures :: [(String, String)] -> ProofStep -> [(String, String)]

alias :: Map String String -> ProofStep -> Map String String

proofInfo :: Set String -> ProofStep -> Set String