Tue, 14 Mar 2000 11:32:38 +0100'cases' and 'induct' methods;
wenzelm [Tue, 14 Mar 2000 11:32:38 +0100] rev 8449
'cases' and 'induct' methods;

Tue, 14 Mar 2000 11:31:45 +0100tuned 'case';
wenzelm [Tue, 14 Mar 2000 11:31:45 +0100] rev 8448
tuned 'case';

Tue, 14 Mar 2000 11:31:04 +0100added 'case' command;
wenzelm [Tue, 14 Mar 2000 11:31:04 +0100] rev 8447
added 'case' command;
added 'print_facts', 'print_binds', 'print_cases' commands;
added 'cases' method;
tuned;

Tue, 14 Mar 2000 11:27:38 +0100added \NEXT;
wenzelm [Tue, 14 Mar 2000 11:27:38 +0100] rev 8446
added \NEXT;

Mon, 13 Mar 2000 23:01:09 +0100proper symbol_output for "xsymbols" mode;
wenzelm [Mon, 13 Mar 2000 23:01:09 +0100] rev 8445
proper symbol_output for "xsymbols" mode;

Mon, 13 Mar 2000 16:24:52 +0100replaced exhaust_tac by case_tac;
wenzelm [Mon, 13 Mar 2000 16:24:52 +0100] rev 8444
replaced exhaust_tac by case_tac;

Mon, 13 Mar 2000 16:24:23 +0100renamed cases_tac to case_tac;
wenzelm [Mon, 13 Mar 2000 16:24:23 +0100] rev 8443
renamed cases_tac to case_tac;

Mon, 13 Mar 2000 16:23:34 +0100case_tac now subsumes both boolean and datatype cases;
wenzelm [Mon, 13 Mar 2000 16:23:34 +0100] rev 8442
case_tac now subsumes both boolean and datatype cases;

Mon, 13 Mar 2000 15:42:19 +0100use cases;
wenzelm [Mon, 13 Mar 2000 15:42:19 +0100] rev 8441
use cases;
tuned;

Mon, 13 Mar 2000 13:34:09 +0100* HOL: exhaust_tac on datatypes superceded by new case_tac;
wenzelm [Mon, 13 Mar 2000 13:34:09 +0100] rev 8440
* HOL: exhaust_tac on datatypes superceded by new case_tac;
* ML: PureThy.add_thms/add_axioms/add_defs now return theorems;
* Isar/Pure: much better support for case-analysis;
* ML: new combinators |>> and |>>>