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. (=$$++) :: 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)

    conduit Data.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

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

    conduit Data.Conduit.Internal

    Continue processing after usage of $$+. Since 0.5.0

  3. (=$$++) :: 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)

    conduit Data.Conduit.Internal

    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

  4. type family (l1 :: [Type]) .++ (l2 :: [Type]) :: [Type]

    servant Servant.API.TypeLevel.List

    Append two type-level lists. Import it as

    import Servant.API.TypeLevel.List (type (.++))
    

  5. type family (l1 :: [Type]) .++ (l2 :: [Type]) :: [Type]

    servant-server Servant.Server

    Append two type-level lists. Import it as

    import Servant.API.TypeLevel.List (type (.++))
    

  6. (.++) :: forall (l1 :: [Type]) (l2 :: [Type]) . Context l1 -> Context l2 -> Context (l1 .++ l2)

    servant-server Servant.Server

    Append two contexts.

  7. (.++) :: forall (l1 :: [Type]) (l2 :: [Type]) . Context l1 -> Context l2 -> Context (l1 .++ l2)

    servant-server Servant.Server.Internal.Context

    Append two contexts.

  8. (<++>) :: SrcSpanInfo -> SrcSpanInfo -> SrcSpanInfo

    haskell-src-exts Language.Haskell.Exts.SrcLoc

    Short name for combSpanInfo

  9. (|++|) :: (Buildable a, FromBuilder b) => a -> Builder -> b

    fmt Fmt

    No documentation available.

  10. (|++||) :: (Buildable a, FromBuilder b) => a -> Builder -> b

    fmt Fmt

    No documentation available.

Page 17 of many | Previous | Next