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.
showIO :: ShowIO a => a -> IO Stringtools-yj Text.Show.ToolsYj No documentation available.
showTree :: Tree String -> Stringtree-view Data.Tree.View Show a Tree using Unicode art
-
unlit Unlit.String No documentation available.
-
unlit Unlit.Text No documentation available.
-
utf8-light Codec.Binary.UTF8.Light No documentation available.
showNameIDFormat :: NameIDFormat -> Textwai-saml2 Network.Wai.SAML2.NameIDFormat Displays a NameIDFormat value as a Text value.
showUTCTime :: UTCTime -> Textwai-saml2 Network.Wai.SAML2.XML Display a UTCTime as an ISO8601 timestamp including up to 6 digits for the microseconds.
showP :: Show a => a -> Stringwkt-types Data.WKT.Helpers No documentation available.
-
yaya-containers Yaya.Containers.Pattern.Map No documentation available.
showHFloat :: RealFloat a => a -> ShowSFloatingHex Data.Numbers.FloatingHex Show a floating-point value in the hexadecimal format, similar to the %a specifier in C's printf.
>>> showHFloat (212.21 :: Double) "" "0x1.a86b851eb851fp7" >>> showHFloat (-12.76 :: Float) "" "-0x1.9851ecp3" >>> showHFloat (-0 :: Double) "" "-0x0p+0"