is_res_forall : term -> bool
STRUCTURE
res_quanLib
SYNOPSIS
Tests a term to see if it is a restricted universal quantification.
DESCRIPTION
is_res_forall "!var::P. t"
returns
true
. If the term is not a restricted universal quantification the result is
false
.
FAILURE
Never fails.
SEEALSO
mk_res_forall
,
dest_res_forall
HOL
Kananaskis-14