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