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.
-
ghc GHC.Driver.DynFlags No documentation available.
showModuleIndex :: (Int, Int) -> SDocghc GHC.Driver.Main No documentation available.
showPpr :: Outputable a => DynFlags -> a -> Stringghc GHC.Driver.Ppr No documentation available.
showPprUnsafe :: Outputable a => a -> Stringghc GHC.Driver.Ppr No documentation available.
showSDoc :: DynFlags -> SDoc -> Stringghc GHC.Driver.Ppr Show a SDoc as a String with the default user style
showSDocForUser :: DynFlags -> UnitState -> NamePprCtx -> SDoc -> Stringghc GHC.Driver.Ppr Allows caller to specify the NamePprCtx to use
showSDocUnsafe :: SDoc -> Stringghc GHC.Driver.Ppr No documentation available.
-
ghc GHC.Driver.Session No documentation available.
showAstData :: Data a => BlankSrcSpan -> BlankEpAnnotations -> a -> SDocghc 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
showAstDataFull :: Data a => a -> SDocghc GHC.Hs.Dump Show the full AST as the compiler sees it.