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

Safe HaskellNone

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