Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. data u1 :/ u2

    units Data.Metrology

    Divide two units to get another unit

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

    units Data.Metrology

    No documentation available.

  3. data prefix :@ unit

    units Data.Metrology

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

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

    units Data.Metrology

    No documentation available.

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

    units Data.Metrology

    Raise a unit to a power, known at compile time

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

    units Data.Metrology

    No documentation available.

  7. data u1 :* u2

    units Data.Metrology.Poly

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

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

    units Data.Metrology.Poly

    No documentation available.

  9. data u1 :/ u2

    units Data.Metrology.Poly

    Divide two units to get another unit

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

    units Data.Metrology.Poly

    No documentation available.

Page 47 of many | Previous | Next