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.
showPretty :: Show a => a -> Stringhedgehog Hedgehog.Internal.Show No documentation available.
showHexadecimal :: (forall a . () => (Ptr Word8 -> IO a) -> IO a) -> Int -> Stringmemory Data.Memory.Encoding.Base16 Transform a raw memory to an hexadecimal String user beware, no checks are made
showErrorComponent :: ShowErrorComponent a => a -> Stringmegaparsec Text.Megaparsec.Error Pretty-print a component of ParseError.
showErrorItem :: VisualStream s => Proxy s -> ErrorItem (Token s) -> Stringmegaparsec Text.Megaparsec.Error Pretty-print an ErrorItem.
showTokens :: VisualStream s => Proxy s -> NonEmpty (Token s) -> Stringmegaparsec Text.Megaparsec.Stream Pretty-print non-empty stream of tokens. This function is also used to print single tokens (represented as singleton lists).
showsPrecDefault :: (GShow (Rep1 f a), Generic1 f) => Int -> f a -> ShowStransformers-compat Data.Functor.Classes.Generic.Internal A default showsPrec implementation for Generic1 instances that leverages Show1.
showsPrecOptions :: (GShow (Rep1 f a), Generic1 f) => Options -> Int -> f a -> ShowStransformers-compat Data.Functor.Classes.Generic.Internal Like showsPrecDefault, but with configurable Options.
-
ansi-terminal System.Console.ANSI No documentation available.
-
ansi-terminal System.Console.ANSI No documentation available.
showBin :: Integral a => a -> ShowSbase-compat Numeric.Compat Show non-negative Integral numbers in base 2.