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.

  1. showOpt :: Option -> String

    ghc GHC.Utils.CliOption

    No documentation available.

  2. showPass :: Logger -> String -> IO ()

    ghc GHC.Utils.Error

    No documentation available.

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

    ghc GHC.Utils.Outputable

    No documentation available.

  4. showSDocOneLine :: SDocContext -> SDoc -> String

    ghc GHC.Utils.Outputable

    No documentation available.

  5. showSDocUnsafe :: SDoc -> String

    ghc GHC.Utils.Outputable

    No documentation available.

  6. showException :: Exception e => e -> String

    ghc GHC.Utils.Panic

    Show an exception as a string.

  7. showGhcException :: SDocContext -> GhcException -> ShowS

    ghc GHC.Utils.Panic

    Append a description of the given exception to this string.

  8. showGhcExceptionUnsafe :: GhcException -> ShowS

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

  9. showPlainGhcException :: PlainGhcException -> ShowS

    ghc GHC.Utils.Panic.Plain

    Append a description of the given exception to this string.

  10. showMigration :: forall (m :: Type -> Type) . (HasCallStack, MonadIO m) => Migration -> ReaderT SqlBackend m [Text]

    persistent Database.Persist.Sql.Migration

    Convert a Migration to a list of Text values corresponding to their Sql statements.

Page 68 of many | Previous | Next