src/Pure/axclass.ML
Tue, 03 Apr 2007 19:24:16 +0200 wenzelm renamed of_sort_derivation record fields (avoid clash with Alice keywords);
Fri, 02 Mar 2007 15:43:16 +0100 haftmann syntax for "class attach const"
Fri, 29 Dec 2006 20:35:02 +0100 haftmann cleanup
Fri, 29 Dec 2006 17:24:41 +0100 wenzelm replaced Sign.classes by Sign.all_classes (topologically sorted);
Fri, 29 Dec 2006 12:11:02 +0100 haftmann dropped some bookkeeping
Thu, 28 Dec 2006 14:30:39 +0100 wenzelm tuned msg;
Wed, 27 Dec 2006 19:10:04 +0100 haftmann fixed misleading error message
Thu, 21 Dec 2006 13:55:13 +0100 haftmann code clarifications
Thu, 07 Dec 2006 00:42:04 +0100 wenzelm reorganized structure Goal vs. Tactic;
Wed, 22 Nov 2006 10:22:04 +0100 haftmann completed class parameter handling in axclass.ML
Tue, 19 Sep 2006 23:15:37 +0200 wenzelm Logic.name_classrel/arities;
Fri, 15 Sep 2006 22:56:13 +0200 wenzelm renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);
Sun, 30 Jul 2006 21:28:52 +0200 wenzelm Thm.adjust_maxidx;
Wed, 12 Jul 2006 17:00:31 +0200 haftmann class_of_param instead of class_of
Sat, 08 Jul 2006 12:54:37 +0200 wenzelm Goal.prove: context;
Wed, 28 Jun 2006 14:35:10 +0200 haftmann added lookup function for parameters
Wed, 24 May 2006 01:04:59 +0200 wenzelm axiomatize class: Theory.add_deps;
Sat, 20 May 2006 23:37:00 +0200 wenzelm class axiomatization: finals;
Tue, 16 May 2006 13:01:24 +0200 wenzelm more abstract interface to classes/arities;
Sun, 07 May 2006 00:22:05 +0200 wenzelm removed 'concl is' patterns;
Fri, 05 May 2006 21:59:43 +0200 wenzelm of_sort: explicit cache value;
Tue, 02 May 2006 00:33:40 +0200 wenzelm tuned;
Tue, 02 May 2006 00:20:37 +0200 wenzelm of_sort: option;
Mon, 01 May 2006 17:05:10 +0200 wenzelm of_sort: simplified derivation;
Sun, 30 Apr 2006 22:50:05 +0200 wenzelm renamed add_axclass(_i) to define_axclass(_i);
Sat, 29 Apr 2006 23:16:45 +0200 wenzelm instances data: mutable cache;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Tue, 25 Apr 2006 22:22:58 +0200 wenzelm get_info: removed 'super' field;
Thu, 13 Apr 2006 12:00:55 +0200 wenzelm reworded add_axclass(_i): canonical specification format,
Tue, 11 Apr 2006 16:00:01 +0200 wenzelm moved abstract syntax operations to logic.ML;
Mon, 10 Apr 2006 08:30:26 +0200 haftmann fixed value restriction
Mon, 10 Apr 2006 00:33:51 +0200 wenzelm add_axclass(_i): return class name only;
Sat, 11 Mar 2006 16:53:20 +0100 wenzelm moved read_class, read/cert_classrel/arity to sign.ML;
Fri, 24 Feb 2006 17:48:17 +0100 berghofe Reverted to old interface of AxClass.add_inst_arity(_i)
Wed, 22 Feb 2006 22:18:36 +0100 wenzelm renamed class_axms to class_intros;
Mon, 20 Feb 2006 11:37:18 +0100 haftmann moved intro_classes from AxClass to ClassPackage
Tue, 07 Feb 2006 19:56:45 +0100 wenzelm renamed gen_duplicates to duplicates;
Mon, 06 Feb 2006 20:58:59 +0100 wenzelm Logic.const_of_class/class_of_const;
Mon, 30 Jan 2006 08:18:51 +0100 haftmann moved instance Isar command to class_package.ML
Fri, 27 Jan 2006 19:03:02 +0100 wenzelm moved theorem tags from Drule to PureThy;
Mon, 23 Jan 2006 14:06:11 +0100 haftmann exported after_qed for axclass instance
Sat, 21 Jan 2006 23:02:14 +0100 wenzelm simplified type attribute;
Thu, 19 Jan 2006 21:22:08 +0100 wenzelm setup: theory -> theory;
Sat, 14 Jan 2006 17:14:06 +0100 wenzelm sane ERROR handling;
Wed, 04 Jan 2006 17:03:43 +0100 haftmann exported read|cert_arity interfaces
Thu, 22 Dec 2005 00:28:53 +0100 wenzelm Tactic.precise_conjunction_tac;
Fri, 16 Dec 2005 09:00:11 +0100 haftmann re-arranged tuples (theory * 'a) to ('a * theory) in Pure
Fri, 09 Dec 2005 09:06:45 +0100 haftmann oriented result pairs in PureThy
Tue, 08 Nov 2005 10:44:40 +0100 wenzelm simplified after_qed;
Fri, 21 Oct 2005 18:14:34 +0200 wenzelm Goal.prove;
Wed, 19 Oct 2005 21:52:41 +0200 wenzelm removed obsolete axclass_tac, add_inst_subclass_x, add_inst_arity_x;
Sat, 15 Oct 2005 00:08:04 +0200 wenzelm goal statements: accomodate before_qed argument;
Tue, 04 Oct 2005 19:01:37 +0200 wenzelm minor tweaks for Poplog/ML;
Thu, 29 Sep 2005 00:58:56 +0200 wenzelm Theory.add_finals_i;
Tue, 20 Sep 2005 08:21:49 +0200 haftmann slight adaptions to library changes
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Tue, 13 Sep 2005 22:19:23 +0200 wenzelm tuned Isar interfaces;
Tue, 06 Sep 2005 16:59:56 +0200 wenzelm name space prefix is now "c_class" instead of just "c";
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Tue, 16 Aug 2005 13:42:26 +0200 wenzelm OuterKeyword;
less more (0) -100 -60 tip