Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

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

    ghc GHC.Driver.Ppr

    No documentation available.

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

    ghc GHC.Driver.Ppr

    No documentation available.

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

    ghc GHC.Driver.Ppr

    Show a SDoc as a String with the default user style

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

    ghc GHC.Driver.Ppr

    Allows caller to specify the NamePprCtx to use

  5. showSDocUnsafe :: SDoc -> String

    ghc GHC.Driver.Ppr

    No documentation available.

  6. showOpt :: Option -> String

    ghc GHC.Driver.Session

    No documentation available.

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

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

    ghc GHC.Hs.Dump

    Show the full AST as the compiler sees it.

  9. showIface :: Logger -> DynFlags -> UnitState -> NameCache -> FilePath -> IO ()

    ghc GHC.Iface.Load

    Read binary interface, and print it out

  10. showToHeader :: ShowSub

    ghc GHC.Iface.Syntax

    Show a declaration but not its RHS.

Page 65 of many | Previous | Next