Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<+> ) :: Applicative m => m Doc -> m Doc -> m Docwl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic The document (x <+> y) concatenates document x and y with a space in between. (infixr 6)
(
-++- ) :: Expr -> Expr -> Exprexpress Data.Express.Fixtures List concatenation lifted over the Expr type. Works for the element types Int, Char and Bool.
> (zero -:- one -:- nil) -:- (two -:- three -:- nil) [0,1] -++- [2,3] :: [Int]
> (bee -:- unit cee) -:- unit dee "bc" -++- "c" :: [Char]
-
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.