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

Agda.TypeChecking.Patterns.Match

Synopsis

Documentation

data Match Source

If matching is inconclusive (DontKnow) we want to know whether it is due to a particular meta variable.

Constructors

Yes [Term] 
No 
DontKnow (Maybe MetaId) 

Instances