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.
showBin :: Exponent -> T -> Stringnumeric-prelude Number.Positional No documentation available.
showDec :: Exponent -> T -> Stringnumeric-prelude Number.Positional Show a number with respect to basis 10^e.
showHex :: Exponent -> T -> Stringnumeric-prelude Number.Positional No documentation available.
showsPrecAuto :: (Eq a, C a, Show a) => Int -> T a -> String -> Stringnumeric-prelude Number.Ratio This is an alternative show method that is more user-friendly but also potentially more ambigious.
showNat :: (Show v, C a, Ord a, C a v) => T Dimension a -> T a v -> Stringnumeric-prelude Number.SI No documentation available.
-
numeric-prelude NumericPrelude utility function converting a Char to a show function that simply prepends the character unchanged.
showList :: Show a => [a] -> ShowSnumeric-prelude NumericPrelude The method showList is provided to allow the programmer to give a specialised way of showing lists of values. For example, this is used by the predefined Show instance of the Char type, where values of type String should be shown in double quotes, rather than between square brackets.
showParen :: Bool -> ShowS -> ShowSnumeric-prelude NumericPrelude utility function that surrounds the inner show function with parentheses when the Bool parameter is True.
-
numeric-prelude NumericPrelude utility function converting a String to a show function that simply prepends the string unchanged.
-
numeric-prelude NumericPrelude equivalent to showsPrec with a precedence of 0.