Copyright | License : BSD3 |
---|---|
Maintainer | The Idris Community. |
Safe Haskell | None |
Language | Haskell98 |
Idris.Core.ProofState
Description
Implements a proof state, some primitive tactics for manipulating proofs, and some high level commands for introducing new theorems, evaluation/checking inside the proof system, etc.
Documentation
data ProofState #
Constructors
PS | |
Fields
|
Instances
envAtFocus :: ProofState -> TC Env #
goalAtFocus :: ProofState -> TC (Binder Type) #
Constructors
processTactic :: Tactic -> ProofState -> TC (ProofState, String) #
nowElaboratingPS :: FC -> Name -> Name -> ProofState -> ProofState #
doneElaboratingAppPS :: Name -> ProofState -> ProofState #
doneElaboratingArgPS :: Name -> Name -> ProofState -> ProofState #
getProvenance :: Err -> (Maybe Provenance, Maybe Provenance) #