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.
-
units Data.Metrology Divide two units to get another unit
(
:/ ) :: u1 -> u2 -> (:/) u1 u2units Data.Metrology No documentation available.
-
units Data.Metrology Multiply a conversion ratio by some constant. Used for defining prefixes.
(
:@ ) :: prefix -> unit -> (:@) prefix unitunits Data.Metrology No documentation available.
-
units Data.Metrology Raise a unit to a power, known at compile time
(
:^ ) :: unit -> Sing power -> (:^) unit (power :: Z)units Data.Metrology No documentation available.
-
units Data.Metrology.Poly Multiply two units to get another unit. For example: type MetersSquared = Meter :* Meter
(
:* ) :: u1 -> u2 -> (:*) u1 u2units Data.Metrology.Poly No documentation available.
-
units Data.Metrology.Poly Divide two units to get another unit
(
:/ ) :: u1 -> u2 -> (:/) u1 u2units Data.Metrology.Poly No documentation available.