idris-0.9.15: Functional Programming Language with Dependent Types

Safe HaskellNone

Idris.Prover

Documentation

prover :: Bool -> Name -> Idris ()Source

showProof :: Bool -> Name -> [String] -> StringSource

prove :: Ctxt OptInfo -> Context -> Bool -> Name -> Type -> Idris ()Source

receiveInput :: Handle -> ElabState [PDecl] -> Idris (Maybe String)Source

ploop :: Name -> Bool -> String -> [String] -> ElabState [PDecl] -> Maybe History -> Idris (Term, [String])Source