mk_res_abstract : (term # term # term) -> term
STRUCTURE
res_quanLib
SYNOPSIS
Term constructor for restricted abstraction.
DESCRIPTION
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
dest_res_abstract
,
is_res_abstract
HOL
Kananaskis-14