Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showLogLevel :: LogLevel -> Textlog-base Log.Data No documentation available.
showLogMessage :: Maybe UTCTime -> LogMessage -> Textlog-base Log.Data Render a LogMessage to Text.
-
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
showsScalar :: (Show t, RealFloat t) => Int -> Complex t -> String -> Stringnumeric-quest QuantumVector No documentation available.
showList' :: Show t => Int -> [t] -> String -> Stringnumeric-quest Tensor No documentation available.
showStatusL :: Lens IMPresence (Maybe ShowStatus)pontarius-xmpp Network.Xmpp No documentation available.