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

Safe HaskellSafe-Infered

Agda.Syntax.Internal.Pattern

Documentation

data OneHolePattern Source

Constructors

Hole 
OHCon QName (Maybe (Arg Type)) OneHolePatterns

The type serves the same role as the type argument to ConP.

TODO: If a hole is plugged this type may have to be updated in some way.

Instances