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.

  1. PragmaS :: DeclarationSpine

    Agda Agda.Syntax.Abstract

    No documentation available.

  2. Primitive :: DefInfo -> QName -> Arg Type -> Declaration

    Agda Agda.Syntax.Abstract

    primitive function

  3. PrimitiveS :: DeclarationSpine

    Agda Agda.Syntax.Abstract

    No documentation available.

  4. data ProblemEq

    Agda Agda.Syntax.Abstract

    A user pattern together with an internal term that it should be equal to after splitting is complete. Special cases: * User pattern is a variable but internal term isn't: this will be turned into an as pattern. * User pattern is a dot pattern: this pattern won't trigger any splitting but will be checked for equality after all splitting is complete and as patterns have been bound. * User pattern is an absurd pattern: emptiness of the type will be checked after splitting is complete. * User pattern is an annotated wildcard: type annotation will be checked after splitting is complete.

  5. ProblemEq :: Pattern -> Term -> Dom Type -> ProblemEq

    Agda Agda.Syntax.Abstract

    No documentation available.

  6. Proj :: ProjOrigin -> AmbiguousQName -> Expr

    Agda Agda.Syntax.Abstract

    Projection (overloaded).

  7. ProjP :: PatInfo -> ProjOrigin -> AmbiguousQName -> Pattern' e

    Agda Agda.Syntax.Abstract

    Destructor pattern d.

  8. module Agda.Syntax.Abstract.Pattern

    Auxiliary functions to handle patterns in the abstract syntax. Generic and specific traversals.

  9. class PatternToExpr p e

    Agda Agda.Syntax.Abstract.Pattern

    Converting a pattern to an expression. The Hiding context is remembered to create instance metas when translating absurd patterns in instance position.

  10. module Agda.Syntax.Abstract.PatternSynonyms

    Pattern synonym utilities: folding pattern synonym definitions for printing and merging pattern synonym definitions to handle overloaded pattern synonyms.

Page 1106 of many | Previous | Next