Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Agda Agda.Syntax.Internal View type as path type.
type
Pattern = Pattern' PatVarNameAgda Agda.Syntax.Internal No documentation available.
-
Agda Agda.Syntax.Internal Patterns are variables, constructors, or wildcards. QName is used in ConP rather than Name since a constructor might come from a particular namespace. This also meshes well with the fact that values (i.e. the arguments we are matching with) use QName.
-
Agda Agda.Syntax.Internal No documentation available.
PatternInfo :: PatOrigin -> [Name] -> PatternInfoAgda Agda.Syntax.Internal No documentation available.
type
PatternSubstitution = Substitution' DeBruijnPatternAgda Agda.Syntax.Internal No documentation available.
-
Agda Agda.Syntax.Internal No documentation available.
-
Agda Agda.Syntax.Internal Extract pattern variables in left-to-right order. A DotP is also treated as variable (see docu for Clause).
Pi :: Dom Type -> Abs Type -> TermAgda Agda.Syntax.Internal dependent or non-dependent function space
PiSort :: Dom' t t -> Sort' t -> Abs (Sort' t) -> Sort' tAgda Agda.Syntax.Internal Sort of the pi type.