Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. startsVarId :: Char -> Bool

    ghc GHC.Utils.Lexeme

    No documentation available.

  2. log_dump_prefix_override :: LogFlags -> !Maybe FilePath

    ghc GHC.Utils.Logger

    Overriden dump path

  3. sdocSuppressIdInfo :: SDocContext -> !Bool

    ghc GHC.Utils.Outputable

    No documentation available.

  4. sdocUnitIdForUser :: SDocContext -> !FastString -> SDoc

    ghc GHC.Utils.Outputable

    Used to map UnitIds to more friendly "package-version:component" strings while pretty-printing. Use pprWithUnitState to set it. Users should never have to set it to pretty-print SDocs emitted by GHC, otherwise it's a bug. It's an internal field used to thread the UnitState so that the Outputable instance of UnitId can use it. See Note [Pretty-printing UnitId] in GHC.Unit for more details. Note that we use FastString instead of UnitId to avoid boring module inter-dependency issues.

  5. zeroWidthText :: String -> Doc

    ghc GHC.Utils.Ppr

    Some text, but without any width. Use for non-printing text such as a HTML or Latex tags

  6. type SumWidth = Int

    ghc Language.Haskell.Syntax.Basic

    The width of an unboxed sum

  7. ExplicitBidirectional :: MatchGroup id (LHsExpr id) -> HsPatSynDir id

    ghc Language.Haskell.Syntax.Binds

    No documentation available.

  8. ImplicitBidirectional :: HsPatSynDir id

    ghc Language.Haskell.Syntax.Binds

    No documentation available.

  9. Unidirectional :: HsPatSynDir id

    ghc Language.Haskell.Syntax.Binds

    No documentation available.

  10. fun_id :: HsBindLR idL idR -> LIdP idL

    ghc Language.Haskell.Syntax.Binds

    No documentation available.

Page 591 of many | Previous | Next