Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. PmRecSel :: v -> CoreExpr -> [ConLike] -> PmRecSel v

    ghc GHC.HsToCore.Pmc.Types

    No documentation available.

  2. type Post = RedSets

    ghc GHC.HsToCore.Pmc.Types

    Used as tree payload post-checking. The redundancy info we elaborated.

  3. type Pre = GrdVec

    ghc GHC.HsToCore.Pmc.Types

    Used as tree payload pre-checking. The LYG guards to check.

  4. Precise :: Precision

    ghc GHC.HsToCore.Pmc.Types

    No documentation available.

  5. data Precision

    ghc GHC.HsToCore.Pmc.Types

    No documentation available.

  6. ProfNotes :: TickishType

    ghc GHC.HsToCore.Ticks

    For profiling

  7. module GHC.Iface.Errors.Ppr

    No documentation available.

  8. PatSynDec :: DeclType

    ghc GHC.Iface.Ext.Types

    pattern synonym

  9. PatternBind :: Scope -> Scope -> Maybe Span -> ContextInfo

    ghc GHC.Iface.Ext.Types

    Pattern binding This case is tricky because the bound identifier can be used in two distinct scopes. Consider the following example (with -XViewPatterns)

    do (b, a, (a -> True)) <- bar
    foo a
    
    The identifier a has two scopes: in the view pattern (a -> True) and in the rest of the do-block in foo a.

  10. PluginFingerprintChanged :: RecompReason

    ghc GHC.Iface.Recomp

    No documentation available.

Page 132 of many | Previous | Next