Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern (
:+ ) :: Disjoint l r => Rec l -> Rec r -> Rec (l .+ r)row-types Data.Row.Records A pattern version of record union, for use in pattern matching.
type family (l :: Row k)
.+ (r :: Row k) :: Row krow-types Data.Row.Variants Type level Row append
(
.<+> ) :: SBool -> SBool -> SBoolsbv Data.SBV Symbolic logical xor
(
.<+> ) :: SBool -> SBool -> SBoolsbv Data.SBV.Internals Symbolic logical xor
(
.<+> ) :: SBool -> SBool -> SBoolsbv Data.SBV.Trans Symbolic logical xor
(
%+ ) :: forall (n :: Nat) (m :: Nat) . SNat n -> SNat m -> SNat (n + m)singleraeh Singleraeh.Natural No documentation available.
(
<++> ) :: Keyword -> Keyword -> Keywordsql-words Language.SQL.Keyword.Concat Directly concatenate SQL string without whitespaces.
-
test-fun Test.Fun Heterogeneous products as nested pairs. These products must be terminated by ().
a :+ b :+ c :+ () -- the product of a, b, c
-
test-fun Test.Fun No documentation available.
-
test-fun Test.Fun.Internal.Generic Heterogeneous products as nested pairs. These products must be terminated by ().
a :+ b :+ c :+ () -- the product of a, b, c