diff options
Diffstat (limited to 'pretyping/glob_term.ml')
| -rw-r--r-- | pretyping/glob_term.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/glob_term.ml b/pretyping/glob_term.ml index a4113671f7..a736e6eecf 100644 --- a/pretyping/glob_term.ml +++ b/pretyping/glob_term.ml @@ -400,7 +400,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 |
