Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (.++) :: Field SqlText -> Field SqlText -> Field SqlText

    opaleye Opaleye.Operators

    Concatenate Field SqlText

  2. (<++>) :: FilePath os ar -> String -> FilePath os ar

    pathtype System.Path

    No documentation available.

  3. (<++>) :: FilePath os ar -> String -> FilePath os ar

    pathtype System.Path.Generic

    No documentation available.

  4. (.:++) :: PushR n m => RangeR n (m - 1) a -> a -> RangeR n m a

    ranged-list Data.List.Range

    To push an optional element.

    >>> :set -XDataKinds
    
    >>> samplePushR = NilR :++ 'h' :+ 'e' :+ 'l' :+ 'l' :: RangeR 3 7 Char
    
    >>> samplePushR .:++ 'o'
    ((((NilR :++ 'h') :++ 'e') :+ 'l') :+ 'l') :+ 'o'
    
    >>> :type samplePushR .:++ 'o'
    samplePushR .:++ 'o' :: RangeR 3 8 Char
    

  5. (|++) :: Pattern String -> Pattern String -> Pattern String

    tidal Sound.Tidal.Boot

    No documentation available.

  6. (|++|) :: Applicative a => a String -> a String -> a String

    tidal Sound.Tidal.Boot

    No documentation available.

  7. (||++) :: Pattern String -> Pattern String -> Pattern String

    tidal Sound.Tidal.Boot

    No documentation available.

  8. (<+++>) :: Summable f => f a -> f b -> f (Either a b)

    type-rig Data.TypeRig.Summable

    No documentation available.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    Continue processing after usage of $$+. Since 0.5.0

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

Page 22 of many | Previous | Next