Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. doNotExpand :: ExpansionFuel

    ghc-lib-parser GHC.Tc.Types.Constraint

    Do not expand superclasses any further

  2. deNoteType :: Type -> Type

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

  3. setIdNotExported :: Id -> Id

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  4. ProfNote :: CostCentre -> Bool -> Bool -> GenTickish (pass :: TickishPass)

    ghc-lib-parser GHC.Types.Tickish

    An {-# SCC #-} profiling annotation, either automatically added by the desugarer as a result of -auto-all, or added by the user.

  5. SourceNote :: RealSrcSpan -> LexicalFastString -> GenTickish (pass :: TickishPass)

    ghc-lib-parser GHC.Types.Tickish

    A source note. Source notes are pure annotations: Their presence should neither influence compilation nor execution. The semantics are given by causality: The presence of a source note means that a local change in the referenced source code span will possibly provoke the generated code to change. On the flip-side, the functionality of annotated code *must* be invariant against changes to all source code *except* the spans referenced in the source notes (see "Causality of optimized Haskell" paper for details). Therefore extending the scope of any given source note is always valid. Note that it is still undesirable though, as this reduces their usefulness for debugging and profiling. Therefore we will generally try only to make use of this property where it is necessary to enable optimizations.

  6. profNoteCC :: GenTickish (pass :: TickishPass) -> CostCentre

    ghc-lib-parser GHC.Types.Tickish

    the cost centre

  7. profNoteCount :: GenTickish (pass :: TickishPass) -> !Bool

    ghc-lib-parser GHC.Types.Tickish

    bump the entry count?

  8. profNoteScope :: GenTickish (pass :: TickishPass) -> !Bool

    ghc-lib-parser GHC.Types.Tickish

    scopes over the enclosed expression (i.e. not just a tick) Invariant: the False/False case never happens

  9. setIdNotExported :: Id -> Id

    ghc-lib-parser GHC.Types.Var

    We can only do this to LocalIds

  10. hangNotEmpty :: SDoc -> Int -> SDoc -> SDoc

    ghc-lib-parser GHC.Utils.Outputable

    This behaves like hang, but does not indent the second document when the header is empty.

Page 100 of many | Previous | Next