diff options
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/inv.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/inv.ml b/tactics/inv.ml index 5becb1ed3a..5502356fbf 100644 --- a/tactics/inv.ml +++ b/tactics/inv.ml @@ -478,7 +478,7 @@ let wrap_inv_error id = function (e, info) -> match e with Proofview.tclENV >>= fun env -> tclZEROMSG ( (strbrk "Inversion would require case analysis on sort " ++ - pr_sort k ++ + pr_sort Evd.empty k ++ strbrk " which is not allowed for inductive definition " ++ pr_inductive env (fst i) ++ str ".")) | e -> Proofview.tclZERO ~info e |
