@[to_dual] attributes for basic types #
@[reducible, inline]
DecidableLT' is equivalent to DecidableLT.
It is used by @[to_dual] in order to deal with DecidableLT.
Equations
- DecidableLT' α = DecidableRel fun (a a_1 : α) => a_1 < a
Instances For
@[reducible, inline]
DecidableLE' is equivalent to DecidableLE.
It is used by @[to_dual] in order to deal with DecidableLE.
Equations
- DecidableLE' α = DecidableRel fun (a a_1 : α) => a_1 ≤ a