Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. foldMap :: (Foldable t, Monoid m) => (a -> m) -> t a -> m

    ghc GHC.Prelude.Basic

    No documentation available.

  2. stgDebug_infoTableMap :: StgDebugOpts -> !Bool

    ghc GHC.Stg.Debug

    No documentation available.

  3. stgToCmmInfoTableMap :: StgToCmmConfig -> !Bool

    ghc GHC.StgToCmm.Config

    true means generate C Stub for IPE map, See Note [Mapping Info Tables to Source Positions]

  4. stgToCmmInfoTableMapWithFallback :: StgToCmmConfig -> !Bool

    ghc GHC.StgToCmm.Config

    Include info tables with fallback source locations in the info table map

  5. stgToCmmInfoTableMapWithStack :: StgToCmmConfig -> !Bool

    ghc GHC.StgToCmm.Config

    Include info tables for STACK closures in the info table map

  6. stgToCmmInfoTableMap :: StgToCmmConfig -> !Bool

    ghc GHC.StgToCmm.Monad

    true means generate C Stub for IPE map, See Note [Mapping Info Tables to Source Positions]

  7. stgToCmmInfoTableMapWithFallback :: StgToCmmConfig -> !Bool

    ghc GHC.StgToCmm.Monad

    Include info tables with fallback source locations in the info table map

  8. stgToCmmInfoTableMapWithStack :: StgToCmmConfig -> !Bool

    ghc GHC.StgToCmm.Monad

    Include info tables for STACK closures in the info table map

  9. convertInfoProvMap :: StgToCmmConfig -> Module -> InfoTableProvMap -> IPEStats -> [CmmInfoTable] -> (IPEStats, [InfoProvEnt])

    ghc GHC.StgToCmm.Utils

    Convert source information collected about identifiers in Debug to entries suitable for placing into the info table provenance table. The initial stats given to this function will (or should) only contain stats for stack info tables skipped during generateCgIPEStub. As the fold progresses, counts of tables per closure type will be accumulated.

  10. NonCanonical_Mappend :: NonCanonical_Monoid

    ghc GHC.Tc.Errors.Types

    mappend was defined as something other than (<>).

Page 458 of many | Previous | Next