Safe Haskell | None |
---|
- data Goal = Goal {}
- toGtkGoal :: (String, Maybe BasicProof) -> Goal
- showGoal :: Goal -> String
- data GStatus
- showSimple :: GStatus -> String
- statusToColor :: GStatus -> String
- statusToPrefix :: GStatus -> String
- spanString :: GStatus -> String -> String
- proofStatusToGStatus :: ProofStatus a -> GStatus
- basicProofToGStatus :: BasicProof -> GStatus
- genericConfigToGStatus :: GenericConfig a -> GStatus
Datatypes and functions for prover
toGtkGoal :: (String, Maybe BasicProof) -> Goal
data GStatus
showSimple :: GStatus -> String
statusToColor :: GStatus -> String
statusToPrefix :: GStatus -> String
spanString :: GStatus -> String -> String
proofStatusToGStatus :: ProofStatus a -> GStatus
Converts a ProofStatus into a GStatus
basicProofToGStatus :: BasicProof -> GStatus
Converts a BasicProof into a GStatus
genericConfigToGStatus :: GenericConfig a -> GStatus
Converts a GenericConfig into a GStatus