Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. PmLitOverRat :: Int -> FractionalLit -> PmLitValue

    ghc GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  2. PmLitOverString :: FastString -> PmLitValue

    ghc GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  3. PmLitRat :: Rational -> PmLitValue

    ghc GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  4. PmLitString :: FastString -> PmLitValue

    ghc GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  5. data PmLitValue

    ghc GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  6. PossiblyOverlap :: PmEquality

    ghc GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  7. PmBang :: Id -> !Maybe SrcInfo -> PmGrd

    ghc GHC.HsToCore.Pmc.Types

    PmBang x corresponds to a seq x True guard. If the extra SrcInfo is present, the bang guard came from a source bang pattern, in which case we might want to report it as redundant. See Note [Dead bang patterns] in GHC.HsToCore.Pmc.Check.

  8. PmCon :: Id -> PmAltCon -> [TyVar] -> [EvVar] -> [Id] -> PmGrd

    ghc GHC.HsToCore.Pmc.Types

    PmCon x K dicts args corresponds to a K dicts args <- x guard. The args are bound in this construct, the x is just a use. For the arguments' meaning see ConPatOut.

  9. newtype PmEmptyCase

    ghc GHC.HsToCore.Pmc.Types

    A guard tree denoting an -XEmptyCase.

  10. PmEmptyCase :: Id -> PmEmptyCase

    ghc GHC.HsToCore.Pmc.Types

    No documentation available.

Page 130 of many | Previous | Next