diff options
Diffstat (limited to 'pretyping/termops.mli')
-rw-r--r-- | pretyping/termops.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pretyping/termops.mli b/pretyping/termops.mli index ca5e5139d..af75cfd2d 100644 --- a/pretyping/termops.mli +++ b/pretyping/termops.mli @@ -67,6 +67,10 @@ val map_constr_with_full_binders : val fold_constr_with_binders : ('a -> 'a) -> ('a -> 'b -> constr -> 'b) -> 'a -> 'b -> constr -> 'b +val iter_constr_with_full_binders : + (rel_declaration -> 'a -> 'a) -> ('a -> constr -> unit) -> 'a -> + constr -> unit + (**********************************************************************) val strip_head_cast : constr -> constr |