Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

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

    units Data.Metrology.Poly

    No documentation available.

  2. data prefix :@ unit

    units Data.Metrology.Poly

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

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

    units Data.Metrology.Poly

    No documentation available.

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

    units Data.Metrology.Poly

    Raise a unit to a power, known at compile time

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

    units Data.Metrology.Poly

    No documentation available.

  6. data u1 :* u2

    units Data.Metrology.Vector

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

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

    units Data.Metrology.Vector

    No documentation available.

  8. data u1 :/ u2

    units Data.Metrology.Vector

    Divide two units to get another unit

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

    units Data.Metrology.Vector

    No documentation available.

  10. data prefix :@ unit

    units Data.Metrology.Vector

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

Page 51 of many | Previous | Next