Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showPositionalBin :: Integer -> Integer -> String

    numeric-prelude Number.FixedPoint

    No documentation available.

  2. showPositionalDec :: Integer -> Integer -> String

    numeric-prelude Number.FixedPoint

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

  3. showPositionalHex :: Integer -> Integer -> String

    numeric-prelude Number.FixedPoint

    No documentation available.

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

    numeric-prelude Number.OccasionallyScalarExpression

    No documentation available.

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

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

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

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

    numeric-prelude Number.Physical.Show

    No documentation available.

  9. showExp :: Int -> String

    numeric-prelude Number.Physical.UnitDatabase

    No documentation available.

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

    numeric-prelude Number.Physical.UnitDatabase

    No documentation available.

Page 73 of many | Previous | Next