Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Utils.CliOption No documentation available.
showPass :: Logger -> String -> IO ()ghc GHC.Utils.Error No documentation available.
showPprUnsafe :: Outputable a => a -> Stringghc GHC.Utils.Outputable No documentation available.
showSDocOneLine :: SDocContext -> SDoc -> Stringghc GHC.Utils.Outputable No documentation available.
showSDocUnsafe :: SDoc -> Stringghc GHC.Utils.Outputable No documentation available.
showException :: Exception e => e -> Stringghc GHC.Utils.Panic Show an exception as a string.
showGhcException :: SDocContext -> GhcException -> ShowSghc GHC.Utils.Panic Append a description of the given exception to this string.
showGhcExceptionUnsafe :: GhcException -> ShowSghc GHC.Utils.Panic Append a description of the given exception to this string. Note that this uses defaultSDocContext, which doesn't use the options set by the user via DynFlags.
showPlainGhcException :: PlainGhcException -> ShowSghc GHC.Utils.Panic.Plain Append a description of the given exception to this string.
-
persistent Database.Persist.Sql.Migration Convert a Migration to a list of Text values corresponding to their Sql statements.