Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. showText :: String -> Render ()

    diagrams-postscript Graphics.Rendering.Postscript

    Draw a string at the current point.

  2. showTextAlign :: Double -> Double -> String -> Render ()

    diagrams-postscript Graphics.Rendering.Postscript

    Draw a string with offset factors from center relative to the width and height.

  3. showTextCentered :: String -> Render ()

    diagrams-postscript Graphics.Rendering.Postscript

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

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

    diagrams-postscript Graphics.Rendering.Postscript

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

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

    envparse Env.Internal.Parser

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

  6. showEnv :: IO ()

    envy System.Envy

    Display all environment variables, for convenience

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

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

    No documentation available.

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

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

    No documentation available.

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

    ghc-source-gen GHC.SourceGen.Pretty

    No documentation available.

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

    gi-gtk3 GI.Gtk.Functions

    Deprecated: (Since version 3.22)Use showUriOnWindow instead.

Page 146 of many | Previous | Next