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.
(
::+ ) :: 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.
(
||++|| ) :: (Show a, FromBuilder b) => a -> Builder -> bfmt Fmt No documentation available.
(
|+ ) :: (Buildable a, FromBuilder b) => a -> Builder -> bfmt Fmt.Internal.Core build and concatenate, then convert.