diff options
Diffstat (limited to 'pretyping/glob_term.mli')
| -rw-r--r-- | pretyping/glob_term.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/glob_term.mli b/pretyping/glob_term.mli index 7fb995a88f..fcd28eb8f8 100644 --- a/pretyping/glob_term.mli +++ b/pretyping/glob_term.mli @@ -158,7 +158,7 @@ type ('a,'b,'c) red_expr_gen = | Fold of 'a list | Pattern of 'a with_occurrences list | ExtraRedExpr of string - | CbvVm + | CbvVm of 'c with_occurrences option type ('a,'b,'c) may_eval = | ConstrTerm of 'a |
