Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<++> ) :: Applicative m => m Doc -> m Doc -> m Docgraphviz Data.GraphViz.Printing 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 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 spacebreak 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]
(
|++| ) :: DecsQ -> DecsQ -> DecsQexpress Data.Express.Utils.TH No documentation available.
-
data-effects-core Data.Effect.OpenUnion No documentation available.
(
<++> ) :: forall (as :: [Type]) (bs :: [Type]) . HVect as -> HVect bs -> HVect (Append as bs)hvect Data.HVect No documentation available.
-
classy-prelude-conduit ClassyPrelude.Conduit Continue processing after usage of $$+. Since 0.5.0
-
classy-prelude-conduit ClassyPrelude.Conduit Continue processing after usage of =$$+. Connect a SealedConduitT to a sink and return the output of the sink together with a new SealedConduitT. Since 1.0.17
-
heftia Control.Monad.Hefty No documentation available.