diff options
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/pattern.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/pattern.ml b/tactics/pattern.ml index 297b26bb8e..52b6586b5c 100644 --- a/tactics/pattern.ml +++ b/tactics/pattern.ml @@ -31,7 +31,7 @@ let rec whd_replmeta = function let raw_sopattern_of_compattern sign com = failwith "raw_sopattern_of_compattern: TODO" (*** - let c = Astterm.raw_constr_of_compattern empty_evd (gLOB sign) com in + let c = Astterm.raw_constr_of_compattern Evd.empty (gLOB sign) com in strong whd_replmeta c ***) |
