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

Safe HaskellSafe-Infered

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