aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/stdarg.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/stdarg.mli')
-rw-r--r--interp/stdarg.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/stdarg.mli b/interp/stdarg.mli
index af3a73462..3047d2bce 100644
--- a/interp/stdarg.mli
+++ b/interp/stdarg.mli
@@ -57,12 +57,12 @@ val wit_open_constr :
val wit_constr_with_bindings :
(constr_expr with_bindings,
glob_constr_and_expr with_bindings,
- constr with_bindings delayed_open) genarg_type
+ EConstr.constr with_bindings delayed_open) genarg_type
val wit_bindings :
(constr_expr bindings,
glob_constr_and_expr bindings,
- constr bindings delayed_open) genarg_type
+ EConstr.constr bindings delayed_open) genarg_type
val wit_red_expr :
((constr_expr,reference or_by_notation,constr_expr) red_expr_gen,