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. (|++) :: SchemaBuilder -> (Text, Schema) -> SchemaBuilder

    ollama-haskell Data.Ollama.Common.SchemaBuilder

    Infix alias for addObjectProperty.

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

    opaleye Opaleye.Operators

    Concatenate Field SqlText

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

    pathtype System.Path

    No documentation available.

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

    pathtype System.Path.Generic

    No documentation available.

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

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

    tidal Sound.Tidal.Boot

    No documentation available.

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

    tidal Sound.Tidal.Boot

    No documentation available.

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

    tidal Sound.Tidal.Boot

    No documentation available.

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

    type-rig Data.TypeRig.Summable

    No documentation available.

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

Page 22 of many | Previous | Next