Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data PmAltCon

    ghc-lib-parser GHC.HsToCore.Pmc.Solver.Types

    Represents the head of a match against a ConLike or literal. Really similar to AltCon.

  2. data PmAltConApp

    ghc-lib-parser GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  3. PmAltConLike :: ConLike -> PmAltCon

    ghc-lib-parser GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  4. data PmAltConSet

    ghc-lib-parser GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  5. PmAltLit :: PmLit -> PmAltCon

    ghc-lib-parser GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  6. data PmEquality

    ghc-lib-parser GHC.HsToCore.Pmc.Solver.Types

    Undecidable semantic equality result. See Note [Undecidable Equality for PmAltCons]

  7. data PmLit

    ghc-lib-parser GHC.HsToCore.Pmc.Solver.Types

    Literals (simple and overloaded ones) for pattern match checking. See Note [Undecidable Equality for PmAltCons]

  8. PmLit :: Type -> PmLitValue -> PmLit

    ghc-lib-parser GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  9. PmLitChar :: Char -> PmLitValue

    ghc-lib-parser GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  10. PmLitInt :: Integer -> PmLitValue

    ghc-lib-parser GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

Page 524 of many | Previous | Next