Agda.Syntax.Abstract.Views
Documentation
Constructors
| Application Head [NamedArg Expr] | |
| NonApplication Expr | TODO: if we allow beta-redexes (which we currently do) there could be one here. |
Head of an applicative expression.
headToExpr :: Head -> ExprSource