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.
type family (x :: [k])
:++ (y :: [k]) :: [k]registry Data.Registry.Solver Extracted from the typelevel-sets project and adapted for the Registry datatype This union deduplicates elements only if they appear in contiguously What we really want is typelevel sets but they are too slow for now https://github.com/dorchard/type-level-sets/issues/17
(
<++> ) :: Keyword -> Keyword -> Keywordsql-words Language.SQL.Keyword.Concat Directly concatenate SQL string without whitespaces.
(
|++ ) :: Pattern String -> Pattern String -> Pattern Stringtidal-core Sound.Tidal.Core No documentation available.
(
|++| ) :: Applicative a => a String -> a String -> a Stringtidal-core Sound.Tidal.Core No documentation available.
(
||++ ) :: Pattern String -> Pattern String -> Pattern Stringtidal-core Sound.Tidal.Core No documentation available.
type family (a :: [k])
:++: (b :: [k]) :: [k]type-fun TypeFun.Data.List No documentation available.
(
<++> ) :: (Text, Text) -> UnpickleError -> UnpickleErrorxml-picklers Data.XML.Pickle No documentation available.
-
Agda Agda.Compiler.JS.Pretty Separate by blank line.
-
BNFC BNFC.PrettyPrint Separate vertically by a blank line.
>>> "foo" $++$ "bar" foo bar
>>> "foo" $++$ empty foo
(
<++ ) :: ReadP a a -> ReadP r a -> ReadP r acabal-install Distribution.Deprecated.ReadP Local, exclusive, left-biased choice: If left parser locally produces any result at all, then right parser is not used.