Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
showTopElement :: Element -> Stringxml Text.XML.Light.Output Adds the ?xml? header.
showTests :: Config -> [Test] -> [String] -> [String]tasty-discover Test.Tasty.Discover.Internal.Driver Show the tests.