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

Safe HaskellNone
LanguageHaskell98

Agda.Syntax.Reflected

Documentation

type Args = [Arg Term] Source

type Elims = [Elim] Source

data Abs a Source

Constructors

Abs String a 

Instances

Show a => Show (Abs a) Source 
Unquote a => Unquote (Abs a) Source 
ToAbstract r a => ToAbstract (Abs r) (a, Name) Source