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.
-
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)
(
<+> ) :: 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 space in between. (infixr 6)
(
-++- ) :: Expr -> Expr -> Exprexpress Data.Express.Fixtures List concatenation lifted over the Expr type. Works for the element types Int, Char and Bool.
> (zero -:- one -:- nil) -:- (two -:- three -:- nil) [0,1] -++- [2,3] :: [Int]
> (bee -:- unit cee) -:- unit dee "bc" -++- "c" :: [Char]