author | wenzelm |
Sat, 10 Jul 1999 21:51:25 +0200 | |
changeset 6970 | ac37a8fcaad1 |
parent 6969 | 441393b452c7 |
child 6971 | 4a13e098ee86 |
--- a/src/ZF/Tools/induct_tacs.ML Sat Jul 10 21:50:49 1999 +0200 +++ b/src/ZF/Tools/induct_tacs.ML Sat Jul 10 21:51:25 1999 +0200 @@ -183,7 +183,7 @@ (foldr Symtab.update (con_pairs, ConstructorsData.get thy)) |> Theory.parent_path end - handle _ => error "Failure in rep_datatype"; + handle exn => (writeln "Failure in rep_datatype"; raise exn); end;