Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<> ) :: Doc a -> Doc a -> Doc apretty Text.PrettyPrint.Annotated.HughesPJ -
pretty Text.PrettyPrint.HughesPJ (
<> ) :: Semigroup a => a -> a -> ahedgehog Hedgehog.Internal.Prelude An associative operation.
Examples
>>> [1,2,3] <> [4,5,6] [1,2,3,4,5,6]
>>> Just [1, 2, 3] <> Just [4, 5, 6] Just [1,2,3,4,5,6]
>>> putStr "Hello, " <> putStrLn "World!" Hello, World!
(
<> ) :: Semigroup a => a -> a -> ahedgehog Hedgehog.Internal.Prelude An associative operation.
Examples
>>> [1,2,3] <> [4,5,6] [1,2,3,4,5,6]
>>> Just [1, 2, 3] <> Just [4, 5, 6] Just [1,2,3,4,5,6]
>>> putStr "Hello, " <> putStrLn "World!" Hello, World!
(
<> ) :: Semigroup a => a -> a -> aprettyprinter Prettyprinter An associative operation.
Examples
>>> [1,2,3] <> [4,5,6] [1,2,3,4,5,6]
>>> Just [1, 2, 3] <> Just [4, 5, 6] Just [1,2,3,4,5,6]
>>> putStr "Hello, " <> putStrLn "World!" Hello, World!
(
<> ) :: Semigroup a => a -> a -> abase-compat Data.Monoid.Compat An associative operation.
Examples
>>> [1,2,3] <> [4,5,6] [1,2,3,4,5,6]
>>> Just [1, 2, 3] <> Just [4, 5, 6] Just [1,2,3,4,5,6]
>>> putStr "Hello, " <> putStrLn "World!" Hello, World!
(
<> ) :: Semigroup a => a -> a -> abase-compat Data.Semigroup.Compat An associative operation.
Examples
>>> [1,2,3] <> [4,5,6] [1,2,3,4,5,6]
>>> Just [1, 2, 3] <> Just [4, 5, 6] Just [1,2,3,4,5,6]
>>> putStr "Hello, " <> putStrLn "World!" Hello, World!
(
<> ) :: Semigroup a => a -> a -> avalidity Data.Validity An associative operation.
Examples
>>> [1,2,3] <> [4,5,6] [1,2,3,4,5,6]
>>> Just [1, 2, 3] <> Just [4, 5, 6] Just [1,2,3,4,5,6]
>>> putStr "Hello, " <> putStrLn "World!" Hello, World!
(
<> ) :: Monoid m => m -> m -> mutility-ht Data.Monoid.HT Infix synonym for mappend.
(
<> ) :: IsLine doc => doc -> doc -> docghc GHC.Utils.Outputable Join two docs together horizontally without a gap.