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. showTree :: Word64Set -> String

    ghc-lib-parser GHC.Data.Word64Set.Internal

    Show the tree that implements the set. The tree is shown in a compressed, hanging format.

  2. showTreeWith :: Bool -> Bool -> Word64Set -> String

    ghc-lib-parser GHC.Data.Word64Set.Internal

    The expression (showTreeWith hang wide map) shows the tree that implements the set. If hang is True, a hanging tree is shown otherwise a rotated tree is shown. If wide is True, an extra wide version is shown.

  3. showOpt :: Option -> String

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  4. showPpr :: Outputable a => DynFlags -> a -> String

    ghc-lib-parser GHC.Driver.Ppr

    No documentation available.

  5. showPprUnsafe :: Outputable a => a -> String

    ghc-lib-parser GHC.Driver.Ppr

    No documentation available.

  6. showSDoc :: DynFlags -> SDoc -> String

    ghc-lib-parser GHC.Driver.Ppr

    Show a SDoc as a String with the default user style

  7. showSDocForUser :: DynFlags -> UnitState -> NamePprCtx -> SDoc -> String

    ghc-lib-parser GHC.Driver.Ppr

    Allows caller to specify the NamePprCtx to use

  8. showSDocUnsafe :: SDoc -> String

    ghc-lib-parser GHC.Driver.Ppr

    No documentation available.

  9. showOpt :: Option -> String

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  10. showAstData :: Data a => BlankSrcSpan -> BlankEpAnnotations -> a -> SDoc

    ghc-lib-parser GHC.Hs.Dump

    Show a GHC syntax tree. This parameterised because it is also used for comparing ASTs in ppr roundtripping tests, where the SrcSpan's are blanked out, to avoid comparing locations, only structure

Page 114 of many | Previous | Next