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 (l :: Row k)
.+ (r :: Row k) :: Row krow-types Data.Row.Variants Type level Row append
type family (r :: Row k)
.- (s :: Symbol) :: Row krow-types Data.Row.Variants Type level Row element removal
type family (r :: Row k)
.\ (l :: Symbol)row-types Data.Row.Variants Does the row lack (i.e. it does not have) the specified label?
type family (l :: Row k)
.\/ (r :: Row k) :: Row krow-types Data.Row.Variants The minimum join of the two rows.
type family (l :: Row k)
.\\ (r :: Row k) :: Row krow-types Data.Row.Variants Type level Row difference. That is, l .\\ r is the row remaining after removing any matching elements of r from l.
(
.&& ) :: SBool -> SBool -> SBoolsbv Data.SBV Symbolic conjunction
(
./= ) :: EqSymbolic a => a -> a -> SBoolsbv Data.SBV Symbolic inequality.
(
./== ) :: EqSymbolic a => a -> a -> SBoolsbv Data.SBV Negation of strong equality. Equaivalent to negation of (.===) on all types.
(
.< ) :: OrdSymbolic a => a -> a -> SBoolsbv Data.SBV Symbolic less than.
(
.<+> ) :: SBool -> SBool -> SBoolsbv Data.SBV Symbolic logical xor