Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showProcessArgDebug :: String -> Textrio RIO.Process Show a process arg including speechmarks when necessary. Just for debugging purposes, not functionally important.
showTree :: Show a => Set a -> Stringrio RIO.Set Show the tree that implements the set. The tree is shown in a compressed, hanging format.
showTreeWith :: Show a => Bool -> Bool -> Set a -> Stringrio RIO.Set The expression (showTreeWith hang wide map) shows the tree that implements the set. If hang is True, a hanging tree is shown otherwise a rotated tree is shown. If wide is True, an extra wide version is shown.
Set> putStrLn $ showTreeWith True False $ fromDistinctAscList [1..5] 4 +--2 | +--1 | +--3 +--5 Set> putStrLn $ showTreeWith True True $ fromDistinctAscList [1..5] 4 | +--2 | | | +--1 | | | +--3 | +--5 Set> putStrLn $ showTreeWith False True $ fromDistinctAscList [1..5] +--5 | 4 | | +--3 | | +--2 | +--1
showGregorian :: Day -> Stringrio RIO.Time Show in ISO 8601 format (yyyy-mm-dd)
showsPrec :: (Vector v a, Show a) => Int -> v a -> ShowSrio RIO.Vector No documentation available.
-
xml Text.XML.Light.Output No documentation available.
-
xml Text.XML.Light.Output No documentation available.
showContent :: Content -> Stringxml Text.XML.Light.Output No documentation available.
showElement :: Element -> Stringxml Text.XML.Light.Output No documentation available.
-
xml Text.XML.Light.Output No documentation available.