Agda-2.2.6: A dependently typed functional programming language and proof assistant

Agda.Interaction.BasicOps

Synopsis

Documentation

evalInCurrent :: Expr -> TCM ExprSource

Evaluate the given expression in the current environment

data OutputForm' a b Source

A subset of OutputForm.

Constructors

OfType' 

Fields

ofName :: b
 
ofExpr :: a
 

Instances

typeInCurrent :: Rewrite -> Expr -> TCM ExprSource

Returns the type of the expression in the current environment