Equations
Equations
Type class version of Ite, i.e. a type class for which an instance exists if the boolean
condition is true and an instance of T is present or the condition is false and an instance
of U is present.
Note that type class instance search requires the condition to be fully reduced.
- t {T : Sort u} {U : Sort v} [t : T] : TCIte true T U
- e {U : Sort v} {T : Sort u} [u : U] : TCIte false T U