| Safe Haskell | None |
|---|
Agda.TypeChecking.CompiledClause
Documentation
Instances
Constructors
| Branches | |
Fields
| |
data CompiledClauses Source
Constructors
| Case Int (Case CompiledClauses) |
|
| Done [Arg String] Term |
|
| Fail | Absurd case. |
Instances
| Show CompiledClauses | |
| Typeable CompiledClauses | |
| Pretty CompiledClauses | |
| Abstract CompiledClauses | |
| Apply CompiledClauses | |
| DropArgs CompiledClauses | To drop the first |
| InstantiateFull CompiledClauses | |
| EmbPrj CompiledClauses |
emptyBranches :: Case cSource