is_res_abstract : term -> bool
STRUCTURE
res_quanLib
SYNOPSIS
Tests a term to see if it is a restricted abstraction.
DESCRIPTION
is_res_abstract "\var::P. t"
returns
true
. If the term is not a restricted abstraction the result is
false
.
FAILURE
Never fails.
SEEALSO
mk_res_abstract
,
dest_res_abstract
HOL
Kananaskis-14