is_res_select

res_quanLib.is_res_select : term -> bool

Tests a term to see if it is a restricted choice quantification.

is_res_select "@var::P. t" returns true. If the term is not a restricted choice quantification the result is false.

Failure

Never fails.

See also

res_quanLib.mk_res_select, res_quanLib.dest_res_select