Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

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

    ghc GHC.Data.Word64Set

    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.

  2. showTree :: Word64Set -> String

    ghc GHC.Data.Word64Set.Internal

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

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

    ghc 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.

  4. showOpt :: Option -> String

    ghc GHC.Driver.DynFlags

    No documentation available.

  5. showModuleIndex :: (Int, Int) -> SDoc

    ghc GHC.Driver.Main

    No documentation available.

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

    ghc GHC.Driver.Ppr

    No documentation available.

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

    ghc GHC.Driver.Ppr

    No documentation available.

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

    ghc GHC.Driver.Ppr

    Show a SDoc as a String with the default user style

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

    ghc GHC.Driver.Ppr

    Allows caller to specify the NamePprCtx to use

  10. showSDocUnsafe :: SDoc -> String

    ghc GHC.Driver.Ppr

    No documentation available.

Page 32 of many | Previous | Next