---------------------------------------------------------------------- dest_res_abstract (res_quanTools) ---------------------------------------------------------------------- dest_res_abstract : (term -> (term # term # term)) SYNOPSIS Breaks apart a restricted abstract term into the quantified variable, predicate and body. DESCRIBE {dest_res_abstract} is a term destructor for restricted abstraction: dest_res_abstract "\var::P. t" returns {("var","P","t")}. FAILURE Fails with {dest_res_abstract} if the term is not a restricted abstraction. SEEALSO res_quanTools.mk_res_abstract, res_quanTools.is_res_abstract. ----------------------------------------------------------------------