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.
(
<+> ) :: IsLine doc => doc -> doc -> docghc-lib-parser GHC.Utils.Outputable Join two docs together horizontally with a gap between them.
-
ghc-lib-parser GHC.Utils.Ppr Above, with no overlapping. $+$ is associative, with identity empty.
-
ghc-lib-parser GHC.Utils.Ppr Beside, separated by space, unless one of the arguments is empty. <+> is associative, with identity empty.
-
tfp Type.Data.Num No documentation available.
-
tfp Type.Data.Num.Decimal.Number No documentation available.
-
tfp Type.Data.Num.Unary No documentation available.
type (ts :: Set Type)
:+: (ts' :: Set Type) = Merge ts ts'type-set Data.Type.Set No documentation available.
-
wl-pprint-text Text.PrettyPrint.Leijen.Text The document (x <++> y) concatenates document x and y with a spacebreak in between. (infixr 6)
-
wl-pprint-text Text.PrettyPrint.Leijen.Text The document (x <+> y) concatenates document x and y with a space in between. (infixr 6)
(
<++> ) :: Applicative m => m Doc -> m Doc -> m Docwl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic The document (x <++> y) concatenates document x and y with a spacebreak in between. (infixr 6)