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.

  1. (-+-) :: Expr -> Expr -> Expr

    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
    

  2. (|++|) :: DecsQ -> DecsQ -> DecsQ

    express Data.Express.Utils.TH

    No documentation available.

  3. (:+) :: Expr -> Expr -> Expr

    ghc-typelits-presburger GHC.TypeLits.Presburger.Types

    Addition

  4. (<+>) :: ArrowPlus a => a b c -> a b c -> a b c

    rebase Rebase.Prelude

    An associative operation with identity zeroArrow.

  5. (<+>) :: Doc a -> Doc a -> Doc a

    wl-pprint-annotated Text.PrettyPrint.Annotated.WL

    No documentation available.

  6. (^+^) :: (Additive f, Num a) => f a -> f a -> f a

    Rasterific Graphics.Rasterific.Linear

    Compute the sum of two vectors

    >>> V2 1 2 ^+^ V2 3 4
    V2 4 6
    

  7. (:+) :: Integer -> Integer -> EisensteinInteger

    arithmoi Math.NumberTheory.Quadratic.EisensteinIntegers

    No documentation available.

  8. (:+) :: Integer -> Integer -> GaussianInteger

    arithmoi Math.NumberTheory.Quadratic.GaussianIntegers

    No documentation available.

  9. data ((f :: k -> Type) :+: (g :: k -> Type)) (p :: k)

    barbies Barbies.Internal

    Sums: encode choice between constructors

  10. (<+>) :: ArrowPlus a => a b c -> a b c -> a b c

    base-prelude BasePrelude

    An associative operation with identity zeroArrow.

Page 52 of many | Previous | Next