Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
express Data.Express.Fixtures The operator + for the Int type for use on Exprs. (See also plus.)
> two -+- three 2 + 3 :: Int
> minusOne -+- minusTwo -+- zero ((-1) + (-2)) + 0 :: Int
> xx -+- (yy -+- zz) x + (y + z) :: Int
(
|++| ) :: DecsQ -> DecsQ -> DecsQexpress Data.Express.Utils.TH No documentation available.
-
ghc-typelits-presburger GHC.TypeLits.Presburger.Types Addition
(
<+> ) :: ArrowPlus a => a b c -> a b c -> a b crebase Rebase.Prelude An associative operation with identity zeroArrow.
(
<+> ) :: Doc a -> Doc a -> Doc awl-pprint-annotated Text.PrettyPrint.Annotated.WL No documentation available.
(
^+^ ) :: (Additive f, Num a) => f a -> f a -> f aRasterific Graphics.Rasterific.Linear Compute the sum of two vectors
>>> V2 1 2 ^+^ V2 3 4 V2 4 6
(
:+ ) :: Integer -> Integer -> EisensteinIntegerarithmoi Math.NumberTheory.Quadratic.EisensteinIntegers No documentation available.
(
:+ ) :: Integer -> Integer -> GaussianIntegerarithmoi Math.NumberTheory.Quadratic.GaussianIntegers No documentation available.
data ((f :: k -> Type)
:+: (g :: k -> Type)) (p :: k)barbies Barbies.Internal Sums: encode choice between constructors
(
<+> ) :: ArrowPlus a => a b c -> a b c -> a b cbase-prelude BasePrelude An associative operation with identity zeroArrow.