is_res_exists : term -> bool
STRUCTURE
SYNOPSIS
Tests a term to see if it is a restricted existential quantification.
DESCRIPTION
is_res_exists "?var::P. t" returns true. If the term is not a restricted existential quantification the result is false.
FAILURE
Never fails.
SEEALSO
HOL  Kananaskis-13