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. type family d1 %* d2

    units Data.Metrology

    Multiply two quantity types to produce a new one. For example:

    type Velocity = Length %/ Time
    

  2. type family d1 %/ d2

    units Data.Metrology

    Divide two quantity types to produce a new one

  3. type family d %^ (z :: Z)

    units Data.Metrology

    Exponentiate a quantity type to an integer

  4. type family d1 %* d2

    units Data.Metrology.Poly

    Multiply two quantity types to produce a new one. For example:

    type Velocity = Length %/ Time
    

  5. type family d1 %/ d2

    units Data.Metrology.Poly

    Divide two quantity types to produce a new one

  6. type family d %^ (z :: Z)

    units Data.Metrology.Poly

    Exponentiate a quantity type to an integer

  7. type family d1 %* d2

    units Data.Metrology.Vector

    Multiply two quantity types to produce a new one. For example:

    type Velocity = Length %/ Time
    

  8. (%.) :: forall (dim :: [Factor Type]) (lcsu :: LCSU Type) unit n . (ValidDLU dim lcsu unit, VectorSpace n, Fractional (Scalar n)) => n -> unit -> Qu dim lcsu (Point n)

    units Data.Metrology.Vector

    Infix synonym of quOfPoint

  9. type family d1 %/ d2

    units Data.Metrology.Vector

    Divide two quantity types to produce a new one

  10. type family d %^ (z :: Z)

    units Data.Metrology.Vector

    Exponentiate a quantity type to an integer

Page 22 of many | Previous | Next