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.

  1. showPositionalDec :: Integer -> Integer -> String

    numeric-prelude Number.FixedPoint

    very efficient because it can make use of the decimal output of show

  2. showPositionalHex :: Integer -> Integer -> String

    numeric-prelude Number.FixedPoint

    No documentation available.

  3. showUnitError :: Show v => Bool -> Int -> v -> T a v -> String

    numeric-prelude Number.OccasionallyScalarExpression

    No documentation available.

  4. showNat :: (Ord i, Show v, C a, Ord a, C a v) => T i a -> T i v -> String

    numeric-prelude Number.Physical.Show

    Show the physical quantity in a human readable form with respect to a given unit data base.

  5. 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.

  6. 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

  7. showUnitPart :: Bool -> Bool -> Scale a -> String

    numeric-prelude Number.Physical.Show

    No documentation available.

  8. showExp :: Int -> String

    numeric-prelude Number.Physical.UnitDatabase

    No documentation available.

  9. showableUnit :: InitUnitSet i a -> Maybe (InitUnitSet i a)

    numeric-prelude Number.Physical.UnitDatabase

    No documentation available.

  10. showBasis :: Basis -> Exponent -> T -> String

    numeric-prelude Number.Positional

    No documentation available.

Page 73 of many | Previous | Next