aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/genredexpr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'intf/genredexpr.mli')
-rw-r--r--intf/genredexpr.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/intf/genredexpr.mli b/intf/genredexpr.mli
index 1096ecb1f..a59278bb0 100644
--- a/intf/genredexpr.mli
+++ b/intf/genredexpr.mli
@@ -32,7 +32,7 @@ type 'a glob_red_flag = {
type ('a,'b,'c) red_expr_gen =
| Red of bool
| Hnf
- | Simpl of 'c Locus.with_occurrences option
+ | Simpl of ('b,'c) Util.union Locus.with_occurrences option
| Cbv of 'b glob_red_flag
| Cbn of 'b glob_red_flag
| Lazy of 'b glob_red_flag
@@ -40,8 +40,8 @@ type ('a,'b,'c) red_expr_gen =
| Fold of 'a list
| Pattern of 'a Locus.with_occurrences list
| ExtraRedExpr of string
- | CbvVm of 'c Locus.with_occurrences option
- | CbvNative of 'c Locus.with_occurrences option
+ | CbvVm of ('b,'c) Util.union Locus.with_occurrences option
+ | CbvNative of ('b,'c) Util.union Locus.with_occurrences option
type ('a,'b,'c) may_eval =
| ConstrTerm of 'a