The operator $ite_f(a,b,c) has been implemented as ((not a or b) and (a or c)) at the parser level, and the operator $ite_t(a,b,c) has been implemented as a polymorphic expression, similarly to the equality operator. However, I have not implemented a semantics for $ite_t.
The operator $ite_f(a,b,c) has been implemented as ((not a or b) and (a or c)) at the parser level, and the operator $ite_t(a,b,c) has been implemented as a polymorphic expression, similarly to the equality operator. However, I have not implemented a semantics for $ite_t.