author | wenzelm |
Sat, 02 Sep 2000 21:50:38 +0200 | |
changeset 9804 | ee0c337327cf |
parent 9803 | bc883b390d91 |
child 9805 | 10b617bdd028 |
--- a/src/HOL/Tools/inductive_package.ML Sat Sep 02 21:49:51 2000 +0200 +++ b/src/HOL/Tools/inductive_package.ML Sat Sep 02 21:50:38 2000 +0200 @@ -877,7 +877,7 @@ >> (Toplevel.theory o inductive_cases); val inductive_casesP = - OuterSyntax.improper_command "inductive_cases" + OuterSyntax.command "inductive_cases" "create simplified instances of elimination rules (improper)" K.thy_script ind_cases; val _ = OuterSyntax.add_keywords ["intros", "monos", "con_defs"];