occs_in : (term -> term -> bool)
STRUCTURE
LIBRARY
pair
SYNOPSIS
Occurrence check for bound variables.
DESCRIPTION
When applied to two terms p and t, where p is a paired structure of variables, the function occs_in returns true if and of the constituent variables of p occurs free in t, and false otherwise.
FAILURE
Fails of p is not a paired structure of variables.
SEEALSO
HOL  Kananaskis-10