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.
-
debian Debian.URI No documentation available.
showText :: String -> Render ()diagrams-postscript Graphics.Rendering.Postscript Draw a string at the current point.
showTextAlign :: Double -> Double -> String -> Render ()diagrams-postscript Graphics.Rendering.Postscript Draw a string with offset factors from center relative to the width and height.
showTextCentered :: String -> Render ()diagrams-postscript Graphics.Rendering.Postscript Draw a string by first measuring the width then offseting by half.
showTextInBox :: (Double, Double) -> (Double, Double) -> String -> Render ()diagrams-postscript Graphics.Rendering.Postscript Draw a string uniformally scaling to fit within a bounding box.
showDef :: Show a => Mod Var aenvparse Env.Internal.Parser Use the Show instance to show the default value of the variable in help.
-
envy System.Envy Display all environment variables, for convenience
showGhc :: Outputable a => a -> Stringghc-exactprint Language.Haskell.GHC.ExactPrint.Types No documentation available.
showAst :: Data a => a -> Stringghc-exactprint Language.Haskell.GHC.ExactPrint.Utils No documentation available.
showPpr :: Outputable a => DynFlags -> a -> Stringghc-source-gen GHC.SourceGen.Pretty No documentation available.