---------------------------------------------------------------------- mk_res_abstract (res_quanTools) ---------------------------------------------------------------------- mk_res_abstract : ((term # term # term) -> term) SYNOPSIS Term constructor for restricted abstraction. DESCRIBE {mk_res_abstract("var","P","t")} returns {"\var :: P . t"}. FAILURE Fails with {mk_res_abstract} if the first term is not a variable or if {P} and {t} are not of type {":bool"}. SEEALSO res_quanTools.dest_res_abstract, res_quanTools.is_res_abstract. ----------------------------------------------------------------------