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.
showFunction :: Function -> Textregistry Data.Registry.Internal.Types Show a Function as Text using its Description
-
registry Data.Registry.Internal.Types Show a Value from the Registry
show' :: (IsString s, Show a) => a -> srow-types Data.Row.Internal A helper function for showing labels
showType :: HasKind a => a -> Stringsbv Data.SBV No documentation available.
showType :: HasKind a => a -> Stringsbv Data.SBV.Dynamic No documentation available.
showBFloat :: (Show a, RealFloat a) => a -> ShowSsbv Data.SBV.Internals Show a float as a binary
showCDouble :: Double -> Stringsbv Data.SBV.Internals A version of show for doubles that generates correct C literals for nan/infinite. NB. Requires "math.h" to be included.
-
sbv Data.SBV.Internals A version of show for floats that generates correct C literals for nan/infinite. NB. Requires "math.h" to be included.
showFloatAtBase :: (Show a, RealFloat a) => Int -> a -> ShowSsbv Data.SBV.Internals Like Haskell's showHFloat, but uses arbitrary base instead. Note that the exponent is always written in decimal. Let the exponent value be d: If base=10, then we use e to denote the exponent; meaning 10^d If base is a power of 2, then we use p to denote the exponent; meaning 2^d Otherwise, we use @ to denote the exponent, and it means base^d
showHDouble :: Double -> Stringsbv Data.SBV.Internals A version of show for doubles that generates correct Haskell literals for nan/infinite