Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. showTextCentered :: String -> Render ()

    diagrams-postscript Graphics.Rendering.Postscript

    Draw a string by first measuring the width then offseting by half.

  2. showTextInBox :: (Double, Double) -> (Double, Double) -> String -> Render ()

    diagrams-postscript Graphics.Rendering.Postscript

    Draw a string uniformally scaling to fit within a bounding box.

  3. showDef :: Show a => Mod Var a

    envparse Env.Internal.Parser

    Use the Show instance to show the default value of the variable in help.

  4. showEnv :: IO ()

    envy System.Envy

    Display all environment variables, for convenience

  5. showGhc :: Outputable a => a -> String

    ghc-exactprint Language.Haskell.GHC.ExactPrint.Types

    No documentation available.

  6. showAst :: Data a => a -> String

    ghc-exactprint Language.Haskell.GHC.ExactPrint.Utils

    No documentation available.

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

    ghc-source-gen GHC.SourceGen.Pretty

    No documentation available.

  8. showUri :: (HasCallStack, MonadIO m, IsScreen a) => Maybe a -> Text -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Functions

    Deprecated: (Since version 3.22)Use showUriOnWindow instead.

  9. showUriOnWindow :: (HasCallStack, MonadIO m, IsWindow a) => Maybe a -> Text -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Functions

    This is a convenience function for launching the default application to show the uri. The uri must be of a form understood by GIO (i.e. you need to install gvfs to get support for uri schemes such as http:// or ftp://, as only local files are handled by GIO itself). Typical examples are * file:///home/gnome/pict.jpg * http://www.gnome.org * mailto:[email protected] Ideally the timestamp is taken from the event triggering the showUri call. If timestamp is not known you can take CURRENT_TIME. This is the recommended call to be used as it passes information necessary for sandbox helpers to parent their dialogs properly. Since: 3.22

  10. showUri :: (HasCallStack, MonadIO m, IsWindow a) => Maybe a -> Text -> Word32 -> m ()

    gi-gtk4 GI.Gtk.Functions

    Deprecated: (Since version 4.10)Use fileLauncherLaunch oruriLauncherLaunch instead

Page 146 of many | Previous | Next