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. showURI :: URI -> String

    debian Debian.URI

    No documentation available.

  2. showText :: String -> Render ()

    diagrams-postscript Graphics.Rendering.Postscript

    Draw a string at the current point.

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

    diagrams-postscript Graphics.Rendering.Postscript

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

  4. showTextCentered :: String -> Render ()

    diagrams-postscript Graphics.Rendering.Postscript

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

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

    diagrams-postscript Graphics.Rendering.Postscript

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

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

    envparse Env.Internal.Parser

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

  7. showEnv :: IO ()

    envy System.Envy

    Display all environment variables, for convenience

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

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

    No documentation available.

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

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

    No documentation available.

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

    ghc-source-gen GHC.SourceGen.Pretty

    No documentation available.

Page 113 of many | Previous | Next