Hoogle Search
Within LTS Haskell 24.9 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ShowPlanNode :: Doc -> [Doc] -> ShowPlanNodecabal-install Distribution.Client.InstallPlan No documentation available.
-
clash-prelude Clash.Explicit.Prelude Pretty print the type. ShowType :: k -> ErrorMessage
-
clash-prelude Clash.Explicit.Prelude.Safe Pretty print the type. ShowType :: k -> ErrorMessage
-
clash-prelude Clash.HaskellPrelude The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.
-
clash-prelude Clash.Prelude Pretty print the type. ShowType :: k -> ErrorMessage
-
clash-prelude Clash.Prelude.Safe Pretty print the type. ShowType :: k -> ErrorMessage
-
clash-prelude Clash.XException Like the Show class, but values that normally throw an XException are converted to undefined, instead of error'ing out with an exception.
>>> show (errorX "undefined" :: Integer, 4 :: Int) "(*** Exception: X: undefined CallStack (from HasCallStack): ... >>> showX (errorX "undefined" :: Integer, 4 :: Int) "(undefined,4)"
Can be derived using Generics:{-# LANGUAGE DeriveGeneric, DeriveAnyClass #-} import Clash.Prelude import GHC.Generics data T = MkTA Int | MkTB Bool deriving (Show,Generic,ShowX)
-
clash-prelude Clash.XException.Internal No documentation available.
ShowHelpText :: Maybe String -> ParseErrorconfiguration-tools Configuration.Utils.CommandLine No documentation available.
-
dimensional Numeric.Units.Dimensional.Prelude The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.