| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Rerefined.Predicate.Logical.Nand
Synopsis
- data Nand l r
Documentation
NAND logic gate. Also called the Sheffer stroke, or non-conjunction.
Instances
| (Predicate l, Predicate r) => Predicate (Nand l r :: Type) Source # | Precedence of 3 (matching |
Defined in Rerefined.Predicate.Logical.Nand Associated Types type PredicateName d (Nand l r) :: Symbol Source # | |
| (Refine l a, Refine r a, KnownPredicateName (Nand l r)) => Refine (Nand l r :: Type) a Source # | |
Defined in Rerefined.Predicate.Logical.Nand | |
| type PredicateName d (Nand l r :: Type) Source # | |
Defined in Rerefined.Predicate.Logical.Nand | |