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.
(
<+> ) :: 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.
-
cabal-install-solver Distribution.Solver.Compat.Prelude Beside, separated by space, unless one of the arguments is empty. <+> is associative, with identity empty.
type family (as :: [k])
:++: (bs :: [k]) :: [k]clash-prelude Clash.Class.HasDomain.Common No documentation available.