Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. data u1 :* u2

    units Data.Metrology

    Multiply two units to get another unit. For example: type MetersSquared = Meter :* Meter

  2. (:*) :: u1 -> u2 -> (:*) u1 u2

    units Data.Metrology

    No documentation available.

  3. data u1 :/ u2

    units Data.Metrology

    Divide two units to get another unit

  4. (:/) :: u1 -> u2 -> (:/) u1 u2

    units Data.Metrology

    No documentation available.

  5. data prefix :@ unit

    units Data.Metrology

    Multiply a conversion ratio by some constant. Used for defining prefixes.

  6. (:@) :: prefix -> unit -> (:@) prefix unit

    units Data.Metrology

    No documentation available.

  7. data unit :^ (power :: Z)

    units Data.Metrology

    Raise a unit to a power, known at compile time

  8. (:^) :: unit -> Sing power -> (:^) unit (power :: Z)

    units Data.Metrology

    No documentation available.

  9. data u1 :* u2

    units Data.Metrology.Poly

    Multiply two units to get another unit. For example: type MetersSquared = Meter :* Meter

  10. (:*) :: u1 -> u2 -> (:*) u1 u2

    units Data.Metrology.Poly

    No documentation available.

Page 47 of many | Previous | Next