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

Safe HaskellNone

Agda.TypeChecking.DisplayForm

Documentation

class Match a whereSource

Methods

match :: Nat -> a -> a -> TCM (Maybe [Term])Source

Instances

Match Level 
Match Sort 
Match Term 
Match a => Match [a] 
Match a => Match (Arg a)