aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/inv.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/inv.ml')
-rw-r--r--tactics/inv.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/inv.ml b/tactics/inv.ml
index 2a37b3b19..5dec8457a 100644
--- a/tactics/inv.ml
+++ b/tactics/inv.ml
@@ -373,7 +373,7 @@ let res_case_then gene thin indbinding id status gl =
check_no_metas indclause' ccl;
let (IndType (indf,realargs) as indt) =
try find_rectype env sigma ccl
- with Induc ->
+ with Not_found ->
errorlabstrm "res_case_then"
(str ("The type of "^(string_of_id id)^" is not inductive")) in
let (elim_predicate,neqns) =