is_res_existsres_quanLib.is_res_exists : term -> bool
Tests a term to see if it is a restricted existential quantification.
is_res_exists "?var::P. t" returns true. If
the term is not a restricted existential quantification the result is
false.
Never fails.