ReifyRelOp GTE Source # | |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |
ReifyRelOp LTE Source # | |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |
ReifyRelOp NEQ Source # | |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |
(Predicate l, Predicate r) => Predicate (Or l r :: Type) Source # | Precedence of 2 (matching || ). |
Instance detailsDefined in Rerefined.Predicate.Logical.Or |
ReifyRelOp (Or 'EQ 'GT) Source # | |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |
ReifyRelOp (Or 'EQ 'LT) Source # | |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |
ReifyRelOp (Or 'GT 'LT) Source # | |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |
(Refine l a, Refine r a, KnownPredicateName (Or l r)) => Refine (Or l r :: Type) a Source # | |
Instance detailsDefined in Rerefined.Predicate.Logical.Or |
type ShowRelOp GTE Source # | |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |
type ShowRelOp LTE Source # | |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |
type ShowRelOp NEQ Source # | |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |
type PredicateName d (Or l r :: Type) Source # | |
Instance detailsDefined in Rerefined.Predicate.Logical.Or |
type ShowRelOp (Or 'EQ 'GT) Source # | Hidden instance. You won't see this if you use the type synonyms. |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |
type ShowRelOp (Or 'EQ 'LT) Source # | Hidden instance. You won't see this if you use the type synonyms. |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |
type ShowRelOp (Or 'GT 'LT) Source # | Hidden instance. You won't see this if you use the type synonyms. |
Instance detailsDefined in Rerefined.Predicate.Relational.Internal |