Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. (+++) :: ReadPrec a -> ReadPrec a -> ReadPrec a

    base Text.ParserCombinators.ReadPrec

    Symmetric choice.

  2. data (a6989586621679186877 :: [a]) ++@#@$$ (b :: TyFun [a] [a])

    singletons-base Data.List.Singletons

    No documentation available.

  3. type family (a6989586621679186877 :: [a]) ++@#@$$$ (a6989586621679186878 :: [a]) :: [a]

    singletons-base Data.List.Singletons

    No documentation available.

  4. data (a6989586621679186877 :: [a]) ++@#@$$ (b :: TyFun [a] [a])

    singletons-base Prelude.Singletons

    No documentation available.

  5. type family (a6989586621679186877 :: [a]) ++@#@$$$ (a6989586621679186878 :: [a]) :: [a]

    singletons-base Prelude.Singletons

    No documentation available.

  6. (+++) :: [a] -> [a] -> [a]

    universe-base Data.Universe.Helpers

    Fair 2-way interleaving.

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

    ghc-internal GHC.Internal.Control.Arrow

    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.

  8. (+++) :: ReadP a -> ReadP a -> ReadP a

    ghc-internal GHC.Internal.Text.ParserCombinators.ReadP

    Symmetric choice.

  9. (+++) :: ReadPrec a -> ReadPrec a -> ReadPrec a

    ghc-internal GHC.Internal.Text.ParserCombinators.ReadPrec

    Symmetric choice.

  10. (++.) :: SqlString s => SqlExpr (Value s) -> SqlExpr (Value s) -> SqlExpr (Value s)

    esqueleto Database.Esqueleto

    The || string concatenation operator (named after Haskell's ++ in order to avoid naming clash with ||.). Supported by SQLite and PostgreSQL. MySQL support requires setting the SQL mode to PIPES_AS_CONCAT or ANSI - see this StackOverflow answer.

Page 11 of many | Previous | Next