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

Agda.TypeChecking.Patterns.Match

Synopsis

Documentation

data Match

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

matchPatterns :: MonadTCM tcm => [Arg Pattern] -> [Arg Term] -> tcm (Match, [Arg Term])