diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/impargs.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/impargs.ml b/library/impargs.ml index 52ea66de0c..f3da637de5 100644 --- a/library/impargs.ml +++ b/library/impargs.ml @@ -185,6 +185,7 @@ let add_free_rels_until strict strongly_strict revpat bound env m pos acc = | Case _ when rig -> if strict then () else iter_constr_with_full_binders push_lift (frec false) ed c + | Evar _ -> () | _ -> iter_constr_with_full_binders push_lift (frec rig) ed c in |
