Thu, 18 Oct 2001 21:05:35 +0200 moved atomize stuff to theory HOL;
wenzelm [Thu, 18 Oct 2001 21:05:35 +0200] rev 11831
moved atomize stuff to theory HOL;
Thu, 18 Oct 2001 21:03:43 +0200 legacy interfaces for axclass instantiation;
wenzelm [Thu, 18 Oct 2001 21:03:43 +0200] rev 11830
legacy interfaces for axclass instantiation;
Thu, 18 Oct 2001 21:02:46 +0200 added map_base;
wenzelm [Thu, 18 Oct 2001 21:02:46 +0200] rev 11829
added map_base;
Thu, 18 Oct 2001 21:02:26 +0200 sane internal interfaces for instance;
wenzelm [Thu, 18 Oct 2001 21:02:26 +0200] rev 11828
sane internal interfaces for instance;
Thu, 18 Oct 2001 21:01:59 +0200 sane internal interface for add_typedef(_i);
wenzelm [Thu, 18 Oct 2001 21:01:59 +0200] rev 11827
sane internal interface for add_typedef(_i);
Thu, 18 Oct 2001 21:01:18 +0200 proper setup for abstract product types;
wenzelm [Thu, 18 Oct 2001 21:01:18 +0200] rev 11826
proper setup for abstract product types;
Thu, 18 Oct 2001 20:59:59 +0200 moved InductMethod.setup to theory HOL;
wenzelm [Thu, 18 Oct 2001 20:59:59 +0200] rev 11825
moved InductMethod.setup to theory HOL;
Thu, 18 Oct 2001 20:59:33 +0200 setup generic cases and induction (from Inductive.thy);
wenzelm [Thu, 18 Oct 2001 20:59:33 +0200] rev 11824
setup generic cases and induction (from Inductive.thy);
Wed, 17 Oct 2001 20:25:51 +0200 guillemot syntax;
wenzelm [Wed, 17 Oct 2001 20:25:51 +0200] rev 11823
guillemot syntax;
Wed, 17 Oct 2001 20:25:19 +0200 improved internal interface of typedef;
wenzelm [Wed, 17 Oct 2001 20:25:19 +0200] rev 11822
improved internal interface of typedef;
Wed, 17 Oct 2001 20:24:37 +0200 abstract product types;
wenzelm [Wed, 17 Oct 2001 20:24:37 +0200] rev 11821
abstract product types;
Wed, 17 Oct 2001 20:24:03 +0200 proper proof of split_paired_all (presently unused);
wenzelm [Wed, 17 Oct 2001 20:24:03 +0200] rev 11820
proper proof of split_paired_all (presently unused);
Wed, 17 Oct 2001 18:52:30 +0200 tuned comments;
wenzelm [Wed, 17 Oct 2001 18:52:30 +0200] rev 11819
tuned comments;
Wed, 17 Oct 2001 18:51:03 +0200 added mk_UNIV;
wenzelm [Wed, 17 Oct 2001 18:51:03 +0200] rev 11818
added mk_UNIV;
Wed, 17 Oct 2001 18:50:49 +0200 tuned;
wenzelm [Wed, 17 Oct 2001 18:50:49 +0200] rev 11817
tuned;
Tue, 16 Oct 2001 23:02:14 +0200 simplified exporter interface;
wenzelm [Tue, 16 Oct 2001 23:02:14 +0200] rev 11816
simplified exporter interface;
Tue, 16 Oct 2001 23:00:21 +0200 added implies_intr_goals;
wenzelm [Tue, 16 Oct 2001 23:00:21 +0200] rev 11815
added implies_intr_goals;
Tue, 16 Oct 2001 22:59:30 +0200 tuned;
wenzelm [Tue, 16 Oct 2001 22:59:30 +0200] rev 11814
tuned;
Tue, 16 Oct 2001 19:56:31 +0200 Tuned.
berghofe [Tue, 16 Oct 2001 19:56:31 +0200] rev 11813
Tuned.
Tue, 16 Oct 2001 19:54:53 +0200 Removed exit command from end of main method.
berghofe [Tue, 16 Oct 2001 19:54:53 +0200] rev 11812
Removed exit command from end of main method.
Tue, 16 Oct 2001 19:54:24 +0200 PS method now calculates layout using default font metrics.
berghofe [Tue, 16 Oct 2001 19:54:24 +0200] rev 11811
PS method now calculates layout using default font metrics.
Tue, 16 Oct 2001 19:53:12 +0200 Inserted table for character widths.
berghofe [Tue, 16 Oct 2001 19:53:12 +0200] rev 11810
Inserted table for character widths.
Tue, 16 Oct 2001 17:58:13 +0200 tuned induction proofs;
wenzelm [Tue, 16 Oct 2001 17:58:13 +0200] rev 11809
tuned induction proofs;
Tue, 16 Oct 2001 17:56:12 +0200 dest_env: norm_term on rhs;
wenzelm [Tue, 16 Oct 2001 17:56:12 +0200] rev 11808
dest_env: norm_term on rhs;
Tue, 16 Oct 2001 17:55:53 +0200 typedef: export result;
wenzelm [Tue, 16 Oct 2001 17:55:53 +0200] rev 11807
typedef: export result;
Tue, 16 Oct 2001 17:55:38 +0200 ignore typedef result;
wenzelm [Tue, 16 Oct 2001 17:55:38 +0200] rev 11806
ignore typedef result;
Tue, 16 Oct 2001 17:55:16 +0200 declare projected induction rules stemming from nested recursion;
wenzelm [Tue, 16 Oct 2001 17:55:16 +0200] rev 11805
declare projected induction rules stemming from nested recursion;
Tue, 16 Oct 2001 17:52:07 +0200 TypedefPackage.add_typedef_no_result;
wenzelm [Tue, 16 Oct 2001 17:52:07 +0200] rev 11804
TypedefPackage.add_typedef_no_result;
Tue, 16 Oct 2001 17:51:50 +0200 tuned;
wenzelm [Tue, 16 Oct 2001 17:51:50 +0200] rev 11803
tuned;
Tue, 16 Oct 2001 17:51:12 +0200 * HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
wenzelm [Tue, 16 Oct 2001 17:51:12 +0200] rev 11802
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A" (beware of argument permutation!);
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip