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.
(
+++ ) :: ReadPrec a -> ReadPrec a -> ReadPrec abase Text.ParserCombinators.ReadPrec Symmetric choice.
data (a6989586621679186877 :: [a])
++@#@$$ (b :: TyFun [a] [a])singletons-base Data.List.Singletons No documentation available.
type family (a6989586621679186877 :: [a])
++@#@$$$ (a6989586621679186878 :: [a]) :: [a]singletons-base Data.List.Singletons No documentation available.
data (a6989586621679186877 :: [a])
++@#@$$ (b :: TyFun [a] [a])singletons-base Prelude.Singletons No documentation available.
type family (a6989586621679186877 :: [a])
++@#@$$$ (a6989586621679186878 :: [a]) :: [a]singletons-base Prelude.Singletons No documentation available.
-
universe-base Data.Universe.Helpers Fair 2-way interleaving.
(
+++ ) :: 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.
(
+++ ) :: ReadP a -> ReadP a -> ReadP aghc-internal GHC.Internal.Text.ParserCombinators.ReadP Symmetric choice.
(
+++ ) :: ReadPrec a -> ReadPrec a -> ReadPrec aghc-internal GHC.Internal.Text.ParserCombinators.ReadPrec Symmetric choice.
(
++. ) :: 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.