is_var : term -> bool
STRUCTURE
SYNOPSIS
Tests a term to see if it is a variable.
DESCRIPTION
If M is a HOL variable, then is_var M returns true. If the term is not a variable the result is false.
FAILURE
Never fails.
SEEALSO
HOL  Kananaskis-11