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.
-
HTF Test.Framework.Pretty Beside, separated by space, unless one of the arguments is empty. <+> is associative, with identity empty.
-
boxes Text.PrettyPrint.Boxes Paste two boxes together vertically with a single intervening row of space, using a default (left) alignment.
-
boxes Text.PrettyPrint.Boxes Paste two boxes together horizontally with a single intervening column of space, using a default (top) alignment.
(
<++> ) :: Applicative m => m Doc -> m Doc -> m Docgraphviz Data.GraphViz.Printing The document (x <++> y) concatenates document x and y with a spacebreak in between. (infixr 6)
(
<+> ) :: Applicative m => m Doc -> m Doc -> m Docgraphviz Data.GraphViz.Printing The document (x <+> y) concatenates document x and y with a space in between. (infixr 6)
(
<*>.+ ) :: C x => T (v, v) (x -> a) -> (v -> x) -> T (v, v) anumeric-prelude Algebra.Additive addPair :: (Additive.C a, Additive.C b) => (a,b) -> (a,b) -> (a,b) addPair = Elem.run2 $ Elem.with (,) <*>.+ fst <*>.+ snd
(
<+> ) :: (C v, C a) => v a -> v a -> v anumeric-prelude Algebra.Vector add and subtract elements
(
|+ ) :: AdditiveAction m => m -> AdditiveScalar m -> mnumhask NumHask No documentation available.
(
|+ ) :: AdditiveAction m => m -> AdditiveScalar m -> mnumhask NumHask.Algebra.Action No documentation available.
type family (x :: Ctx k)
<+> (y :: Ctx k) :: Ctx kparameterized-utils Data.Parameterized.Context Append two type-level contexts.