Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Copilot.Theorem.Prove
Documentation
Constructors
forall r . Prover | |
Fields
|
type Proof a = ProofScheme a () Source
data ProofScheme a b where Source
Constructors
Proof :: Writer [Action] b -> ProofScheme a b |
Instances
Monad (ProofScheme a) Source | |
Functor (ProofScheme a) Source | |
Applicative (ProofScheme a) Source |
data Existential Source