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

Agda.TypeChecking.CompiledClause

Synopsis

Documentation

type :-> key value = Map key valueSource

data Case c Source

Constructors

Branches 

Instances

compileClauses :: [Clauses] -> CompiledClausesSource

Note that it is the translated clauses which are compiled, not the original ones.

type Cls = [Cl]Source