all_varsl : term list -> term list
- all_varsl [Term `x /\ y /\ y ==> x`, Term `!a. a ==> p ==> y`]; > val it = [`x`, `y`, `p`, `a`] : term list