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.
(
.+^ ) :: AffineSpace p v a => p -> v -> psimple-affine-space Data.AffineSpace Addition of affine point and vector.
(
^+^ ) :: VectorSpace v a => v -> v -> vsimple-affine-space Data.VectorSpace Vector addition
(
<+> ) :: Printer p => p -> p -> ptext-printer Text.Printer Concatenate two Printers with a space between them.
(
-+ ) :: LaTeXC l => l -> l -> lHaTeX Text.LaTeX.Base.Math Minus-or-plus operator <math>. Also available as symbol mp.
(
-+ ) :: LaTeXC l => l -> l -> lHaTeX Text.LaTeX.Packages.AMSMath Minus-or-plus operator <math>. Also available as symbol mp.
(
<+:> ) :: AttrString -> AttrString -> AttrStringLambdaHack Game.LambdaHack.Client.UI.Overlay No documentation available.
-
LambdaHack Game.LambdaHack.Core.Prelude Separated by space unless one of them is empty (in which case just the non-empty one) or the first ends or the last begins with whitespace.
(
<+> ) :: IsString s => Doc s -> Doc s -> Doc salgebraic-graphs Algebra.Graph.Export Concatenate two documents, separated by a single space, unless one of the documents is empty. The operator <+> is associative with identity mempty.
x <+> mempty == x mempty <+> x == x x <+> (y <+> z) == (x <+> y) <+> z "name" <+> "surname" == "name surname"
(
<+> ) :: Semigroup a => a -> a -> aalgebraic-graphs Algebra.Graph.Label An alias for <>.
-
bench-show BenchShow.Internal.Pretty No documentation available.