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.

  1. (<++>) :: Applicative m => m Doc -> m Doc -> m Doc

    graphviz Data.GraphViz.Printing

    The document (x <++> y) concatenates document x and y with a spacebreak in between. (infixr 6)

  2. (<++>) :: Doc -> Doc -> Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text

    The document (x <++> y) concatenates document x and y with a spacebreak in between. (infixr 6)

  3. (<++>) :: Applicative m => m Doc -> m Doc -> m Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic

    The document (x <++> y) concatenates document x and y with a spacebreak in between. (infixr 6)

  4. (-++-) :: Expr -> Expr -> Expr

    express 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]
    

  5. (|++|) :: DecsQ -> DecsQ -> DecsQ

    express Data.Express.Utils.TH

    No documentation available.

  6. (!++) :: forall (es :: [Effect]) (es' :: [Effect]) (f :: Type -> Type) a r . KnownLength es => (Union es f a -> r) -> (Union es' f a -> r) -> Union (es ++ es') f a -> r

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  7. (<++>) :: forall (as :: [Type]) (bs :: [Type]) . HVect as -> HVect bs -> HVect (Append as bs)

    hvect Data.HVect

    No documentation available.

  8. ($$++) :: Monad m => SealedConduitT () a m () -> ConduitT a Void m b -> m (SealedConduitT () a m (), b)

    classy-prelude-conduit ClassyPrelude.Conduit

    Continue processing after usage of $$+. Since 0.5.0

  9. (=$$++) :: forall (m :: Type -> Type) i o r . Monad m => SealedConduitT i o m () -> ConduitT o Void m r -> ConduitT i Void m (SealedConduitT i o m (), r)

    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

  10. (!++) :: forall (es :: [Effect]) (es' :: [Effect]) (f :: Type -> Type) a r . KnownLength es => (Union es f a -> r) -> (Union es' f a -> r) -> Union (es ++ es') f a -> r

    heftia Control.Monad.Hefty

    No documentation available.

Page 19 of many | Previous | Next