all_vars : term -> term list
- all_vars (Term `!x y. x /\ y /\ y ==> z`); > val it = [`z`, `y`, `x`] : term list