wenzelm [Thu, 24 Feb 2000 16:00:28 +0100] rev 8294
rN = "record";
wenzelm [Thu, 24 Feb 2000 16:00:09 +0100] rev 8293
all_cases / all_inducts;
wenzelm [Thu, 24 Feb 2000 15:59:44 +0100] rev 8292
workaround res_inst_tac/lift_inst_rule bug by explicit type contraint;
wenzelm [Thu, 24 Feb 2000 15:58:10 +0100] rev 8291
capply, cabs: Sign.nodup_vars;
wenzelm [Thu, 24 Feb 2000 15:57:36 +0100] rev 8290
nodup_vars: fixed omission of 2 minor cases; account for Frees as well;
wenzelm [Thu, 24 Feb 2000 15:34:49 +0100] rev 8289
tuned generated TeX code;
nipkow [Thu, 24 Feb 2000 08:56:36 +0100] rev 8288
renamed a lemma
nipkow [Thu, 24 Feb 2000 08:55:37 +0100] rev 8287
Added and renamed a lemma.
paulson [Wed, 23 Feb 2000 10:45:08 +0100] rev 8286
not working yet. partial conversion to use "rename" instead of "extend"
paulson [Wed, 23 Feb 2000 10:43:02 +0100] rev 8285
new theorems inj_iff, surj_iff
paulson [Wed, 23 Feb 2000 10:41:37 +0100] rev 8284
new reference korf85
wenzelm [Tue, 22 Feb 2000 21:53:17 +0100] rev 8283
* Pure now provides its own version of intro/elim/dest attributes;
useful for building new logics, but beware of confusion with the
Provers/classical ones!
* HOL: removed "case_split" thm binding, should use "cases" proof
method anyway;
* tuned syntax of "induct" method;
* new "cases" method for propositions, inductive sets and types;
* HOL/records: admit "r" as field name;