bool_EQ_CONV : conv
|- (t = t) = TWhen applied to a term of the form t = T, the conversion returns
|- (t = T) = tAnd when applied to a term of the form T = t, it returns
|- (T = t) = t
- bool_EQ_CONV (Parse.Term `T = F`); val it = |- (T = F) = F : thm - bool_EQ_CONV (Parse.Term `(0 < n) = T`); val it = |- (0 < n = T) = 0 < n : thm