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.
-
Cabal-syntax Distribution.Compat.Prelude Beside, separated by space, unless one of the arguments is empty. <+> is associative, with identity empty.
-
comfort-array Data.Array.Comfort.Shape Row-major composition of two dimensions.
>>> Shape.indices (Shape.ZeroBased (3::Int) ::+ Shape.Range 'a' 'c') [Left 0,Left 1,Left 2,Right 'a',Right 'b',Right 'c']
(
::+ ) :: sh0 -> sh1 -> (::+) sh0 sh1comfort-array Data.Array.Comfort.Shape No documentation available.
(
$+$ ) :: Doc a -> Doc a -> Doc adoclayout Text.DocLayout a $+$ b puts a above b, with a blank line between.
(
<+> ) :: Doc a -> Doc a -> Doc adoclayout Text.DocLayout Concatenate a list of Docs, putting breakable spaces between them.
(
|+ ) :: (Buildable a, FromBuilder b) => a -> Builder -> bfmt Fmt build and concatenate, then convert.
(
|++| ) :: (Buildable a, FromBuilder b) => a -> Builder -> bfmt Fmt No documentation available.
(
|++|| ) :: (Buildable a, FromBuilder b) => a -> Builder -> bfmt Fmt No documentation available.
(
||+ ) :: (Show a, FromBuilder b) => a -> Builder -> bfmt Fmt show and concatenate, then convert.
(
||++| ) :: (Show a, FromBuilder b) => a -> Builder -> bfmt Fmt No documentation available.