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)

    classy-prelude-yesod ClassyPrelude.Yesod

    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. (<++>) :: P s [a] -> P s [a] -> P s [a]

    frisby Text.Parsers.Frisby

    Match a pair of lists and concatenate them

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

    language-c99-simple Language.C99.Simple.Expr

    No documentation available.

  4. (^++^) :: (HasName b, HasName b1) => [(d, b)] -> [(d, b1)] -> [(d, NamedAction)]

    xmonad-contrib XMonad.Util.NamedActions

    Combine keymap lists with actions that may or may not have names

Page 23 of many | Previous | Next