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;
wenzelm [Tue, 14 Mar 2000 11:27:38 +0100] rev 8446
added \NEXT;
wenzelm [Mon, 13 Mar 2000 23:01:09 +0100] rev 8445
proper symbol_output for "xsymbols" mode;
wenzelm [Mon, 13 Mar 2000 16:24:52 +0100] rev 8444
replaced exhaust_tac by case_tac;
wenzelm [Mon, 13 Mar 2000 16:24:23 +0100] rev 8443
renamed cases_tac to case_tac;
wenzelm [Mon, 13 Mar 2000 16:23:34 +0100] rev 8442
case_tac now subsumes both boolean and datatype cases;
wenzelm [Mon, 13 Mar 2000 15:42:19 +0100] rev 8441
use cases;
tuned;
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 |>>>
wenzelm [Mon, 13 Mar 2000 13:30:49 +0100] rev 8439
renamed cases_tac to case_tac;
wenzelm [Mon, 13 Mar 2000 13:28:31 +0100] rev 8438
adapted to new PureThy.add_thms etc.;
wenzelm [Mon, 13 Mar 2000 13:27:44 +0100] rev 8437
removed cases_of;
renamed cases_tac to case_tac; tuned to work with basic HOL as well;
add_cases_induct: proper case names;
adapted to new PureThy.add_thms etc.;
wenzelm [Mon, 13 Mar 2000 13:24:12 +0100] rev 8436
adapted to new PureThy.add_thms etc.;
proper handling of case names;
wenzelm [Mon, 13 Mar 2000 13:22:31 +0100] rev 8435
adapted to new PureThy.add_thms etc.;
added store_thms_atts;
wenzelm [Mon, 13 Mar 2000 13:21:39 +0100] rev 8434
use HOLogic.Not;
export indexify_names;
wenzelm [Mon, 13 Mar 2000 13:20:51 +0100] rev 8433
adapted to new PureThy.add_thms etc.;
tuned case names;
wenzelm [Mon, 13 Mar 2000 13:20:13 +0100] rev 8432
adapted to new PureThy.add_thms etc.;
prepare induct rule (case names);
wenzelm [Mon, 13 Mar 2000 13:19:14 +0100] rev 8431
export vars_of;
wenzelm [Mon, 13 Mar 2000 13:18:59 +0100] rev 8430
adapted to new PureThy.add_thms etc.;
number cases;
wenzelm [Mon, 13 Mar 2000 13:17:52 +0100] rev 8429
added Not;
wenzelm [Mon, 13 Mar 2000 13:16:57 +0100] rev 8428
adapted to new PureThy.add_thms etc.;
wenzelm [Mon, 13 Mar 2000 13:16:43 +0100] rev 8427
tuned;
wenzelm [Mon, 13 Mar 2000 13:16:26 +0100] rev 8426
cases: preserve order;
nipkow [Mon, 13 Mar 2000 13:13:46 +0100] rev 8425
*** empty log message ***
nipkow [Mon, 13 Mar 2000 13:11:16 +0100] rev 8424
exhaust -> cases
nipkow [Mon, 13 Mar 2000 12:51:10 +0100] rev 8423
exhaust_tac -> cases_tac
paulson [Mon, 13 Mar 2000 12:42:41 +0100] rev 8422
renamed "f" to "le" and "mset" to "multiset"
paulson [Mon, 13 Mar 2000 12:42:05 +0100] rev 8421
fixed the goal statement of sorted_qsort
wenzelm [Mon, 13 Mar 2000 12:25:52 +0100] rev 8420
adapted to new PureThy.add_thms etc.;
wenzelm [Mon, 13 Mar 2000 12:25:16 +0100] rev 8419
add_thms, add_axioms, add_defs: return theorems as well;
wenzelm [Mon, 13 Mar 2000 12:23:44 +0100] rev 8418
added |>> and |>>>;