Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showSDocQualified :: SDoc -> Stringliquidhaskell-boot Liquid.GHC.API.Extra No documentation available.
showLogLevel :: LogLevel -> Textlog-base Log.Data No documentation available.
showLogMessage :: Maybe UTCTime -> LogMessage -> Textlog-base Log.Data Render a LogMessage to Text.
showing :: forall (k :: Type -> Type -> Type) a . (Category k, Show a) => Machine (k a) Stringmachines Data.Machine.Process -
mfsolve Math.MFSolve Show all variables and equations. Useful in combination with execSolver.
showTree :: IntMultiSet -> Stringmultiset Data.IntMultiSet O(n). Show the tree that implements the set. The tree is shown in a compressed, hanging format.
showTreeWith :: Bool -> Bool -> IntMultiSet -> Stringmultiset Data.IntMultiSet O(n). 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,1,2,3,4,5] (1*) 4 +--(1*) 2 | +--(2*) 1 | +--(1*) 3 +--(1*) 5 Set> putStrLn $ showTreeWith True True $ fromDistinctAscList [1,1,2,3,4,5] (1*) 4 | +--(1*) 2 | | | +--(2*) 1 | | | +--(1*) 3 | +--(1*) 5 Set> putStrLn $ showTreeWith False True $ fromDistinctAscList [1,1,2,3,4,5] +--(1*) 5 | (1*) 4 | | +--(1*) 3 | | +--(1*) 2 | +--(2*) 1
showTree :: Show a => MultiSet a -> Stringmultiset Data.MultiSet O(n). Show the tree that implements the set. The tree is shown in a compressed, hanging format.
showTreeWith :: Show a => Bool -> Bool -> MultiSet a -> Stringmultiset Data.MultiSet O(n). 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,1,2,3,4,5] (1*) 4 +--(1*) 2 | +--(2*) 1 | +--(1*) 3 +--(1*) 5 Set> putStrLn $ showTreeWith True True $ fromDistinctAscList [1,1,2,3,4,5] (1*) 4 | +--(1*) 2 | | | +--(2*) 1 | | | +--(1*) 3 | +--(1*) 5 Set> putStrLn $ showTreeWith False True $ fromDistinctAscList [1,1,2,3,4,5] +--(1*) 5 | (1*) 4 | | +--(1*) 3 | | +--(1*) 2 | +--(2*) 1
showStatusL :: Lens IMPresence (Maybe ShowStatus)pontarius-xmpp Network.Xmpp No documentation available.