aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/redexpr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/redexpr.mli')
-rw-r--r--proofs/redexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/redexpr.mli b/proofs/redexpr.mli
index 755497615..f4963eec5 100644
--- a/proofs/redexpr.mli
+++ b/proofs/redexpr.mli
@@ -19,7 +19,7 @@ type red_expr =
val out_with_occurrences : 'a with_occurrences -> occurrences * 'a
val reduction_of_red_expr :
- Environ.env -> red_expr -> reduction_function * cast_kind
+ Environ.env -> red_expr -> e_reduction_function * cast_kind
(** [true] if we should use the vm to verify the reduction *)