Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
type-natural Data.Type.Ordinal Ordinal addition. Since 1.0.0.0(type changed)
(
:+ ) :: forall v . Exp v 'Number -> Exp v 'Number -> Exp v 'Numbertypecheck-plugin-nat-simple Data.Derivation.Expression No documentation available.
(
.+. ) :: Log s v -> Log s v -> Log s vtypecheck-plugin-nat-simple Data.Log No documentation available.
type family (a :: Z)
#+ (b :: Z) :: Zunits Data.Metrology Add two integers
type family (a :: [Factor Type])
@+ (b :: [Factor Type]) :: [Factor Type]units Data.Metrology Adds corresponding exponents in two dimension, preserving order
type family (a :: [Factor Type])
@@+ (b :: [Factor Type]) :: [Factor Type]units Data.Metrology Adds corresponding exponents in two dimension, assuming the lists are ordered similarly.
-
units Data.Metrology Add two compatible quantities
type family (a :: [Factor Type])
@+ (b :: [Factor Type]) :: [Factor Type]units Data.Metrology.Internal Adds corresponding exponents in two dimension, preserving order
type family (a :: [Factor Type])
@@+ (b :: [Factor Type]) :: [Factor Type]units Data.Metrology.Internal Adds corresponding exponents in two dimension, assuming the lists are ordered similarly.
-
units Data.Metrology.Linear Add a point to a vector.