| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Agda.Syntax.Reflected
Documentation
argsToElims :: Args -> Elims Source #
Constructors
| Var Int Elims | |
| Con QName Elims | |
| Def QName Elims | |
| Meta MetaId Elims | |
| Lam Hiding (Abs Term) | |
| ExtLam [Clause] Elims | |
| Pi (Dom Type) (Abs Type) | |
| Sort Sort | |
| Lit Literal | |
| Unknown |
Instances
| Show Term Source # | |
| PrettyTCM Term Source # | |
| Unquote Term Source # | |
| Unquote Elim Source # | |
| ToAbstract Term Expr Source # | |
Defined in Agda.Syntax.Translation.ReflectedToAbstract | |
| ToAbstract [Arg Term] [NamedArg Expr] Source # | |
Defined in Agda.Syntax.Translation.ReflectedToAbstract | |
| ToAbstract (Expr, Elims) Expr Source # | |
Defined in Agda.Syntax.Translation.ReflectedToAbstract | |
| ToAbstract (Expr, Elim) Expr Source # | |
Defined in Agda.Syntax.Translation.ReflectedToAbstract | |
data Definition Source #
Instances
| Show Definition Source # | |
Defined in Agda.Syntax.Reflected Methods showsPrec :: Int -> Definition -> ShowS # show :: Definition -> String # showList :: [Definition] -> ShowS # | |