Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

  1. (+++) :: ArrowChoice a => a b c -> a b' c' -> a (Either b b') (Either c c')

    base-prelude BasePrelude

    Split the input between the two argument arrows, retagging and merging their outputs. Note that this is in general not a functor. The default definition may be overridden with a more efficient version if desired.

  2. (+++) :: Ord a => [a] -> [a] -> [a]

    speculate Test.Speculate.Utils

    Merges two lists discarding repeated elements. The argument lists need to be in order.

    > [1,10,100] +++ [9,10,11]
    [1,9,10,11,100]
    

  3. (+++) :: (HTML a, HTML b) => a -> b -> Html

    xhtml Text.XHtml.Frameset

    Create a piece of HTML which is the concatenation of two things which can be made into HTML.

  4. (+++) :: (HTML a, HTML b) => a -> b -> Html

    xhtml Text.XHtml.Strict

    Create a piece of HTML which is the concatenation of two things which can be made into HTML.

  5. (+++) :: (HTML a, HTML b) => a -> b -> Html

    xhtml Text.XHtml.Transitional

    Create a piece of HTML which is the concatenation of two things which can be made into HTML.

  6. (++/) :: DerivPathI t1 -> DerivPathI t2 -> DerivPath

    haskoin-core Haskoin.Crypto.Keys.Extended

    Append two derivation paths together. The result will be a mixed derivation path.

  7. (+++) :: ByteString -> ByteString -> ByteString

    pontarius-xmpp Network.Xmpp.Internal

    Infix concatenation of byte strings

  8. (+++!) :: SumProfunctor p => p a b -> p a' b' -> p (Either a a') (Either b b')

    product-profunctors Data.Profunctor.Product

    No documentation available.

  9. (+++!) :: SumProfunctor p => p a b -> p a' b' -> p (Either a a') (Either b b')

    product-profunctors Data.Profunctor.Product

    No documentation available.

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

    tidal-core Sound.Tidal.Core

    No documentation available.

Page 13 of many | Previous | Next