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.
showPositionalDec :: Integer -> Integer -> Stringnumeric-prelude Number.FixedPoint very efficient because it can make use of the decimal output of show
showPositionalHex :: Integer -> Integer -> Stringnumeric-prelude Number.FixedPoint No documentation available.
showUnitError :: Show v => Bool -> Int -> v -> T a v -> Stringnumeric-prelude Number.OccasionallyScalarExpression No documentation available.
showNat :: (Ord i, Show v, C a, Ord a, C a v) => T i a -> T i v -> Stringnumeric-prelude Number.Physical.Show Show the physical quantity in a human readable form with respect to a given unit data base.
showScaled :: (Ord i, Show v, Ord a, C a, C a v) => v -> [UnitSet i a] -> (v, String)numeric-prelude Number.Physical.Show No documentation available.
showSplit :: (Ord i, Show v, C a, Ord a, C a v) => T i a -> T i v -> (v, String)numeric-prelude Number.Physical.Show Returns the rescaled value as number and the unit as string. The value can be used re-scale connected values and display them under the label of the unit
showUnitPart :: Bool -> Bool -> Scale a -> Stringnumeric-prelude Number.Physical.Show No documentation available.
-
numeric-prelude Number.Physical.UnitDatabase No documentation available.
showableUnit :: InitUnitSet i a -> Maybe (InitUnitSet i a)numeric-prelude Number.Physical.UnitDatabase No documentation available.
showBasis :: Basis -> Exponent -> T -> Stringnumeric-prelude Number.Positional No documentation available.