Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. showOpt :: Option -> String

    ghc GHC.Driver.DynFlags

    No documentation available.

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

    ghc GHC.Driver.Main

    No documentation available.

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

    ghc GHC.Driver.Ppr

    No documentation available.

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

    ghc GHC.Driver.Ppr

    No documentation available.

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

    ghc GHC.Driver.Ppr

    Show a SDoc as a String with the default user style

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

    ghc GHC.Driver.Ppr

    Allows caller to specify the NamePprCtx to use

  7. showSDocUnsafe :: SDoc -> String

    ghc GHC.Driver.Ppr

    No documentation available.

  8. showOpt :: Option -> String

    ghc GHC.Driver.Session

    No documentation available.

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

    ghc 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

  10. showAstDataFull :: Data a => a -> SDoc

    ghc GHC.Hs.Dump

    Show the full AST as the compiler sees it.

Page 31 of many | Previous | Next