src/Pure/axclass.ML
Tue, 02 Sep 2008 14:10:45 +0200 explicit type Name.binding for higher-specification elements;
Wed, 27 Aug 2008 11:24:32 +0200 completing arities after subclass instance
Thu, 14 Aug 2008 16:52:46 +0200 moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
Tue, 29 Jul 2008 08:15:40 +0200 PureThy: dropped note_thmss_qualified, dropped _i suffix
Fri, 25 Jul 2008 12:03:36 +0200 dropped PureThy.note; added PureThy.add_thm
Fri, 11 Jul 2008 23:17:23 +0200 Sorts.weaken: abstract argument;
Fri, 11 Jul 2008 09:02:30 +0200 explicit completions of arities
Tue, 08 Jul 2008 18:13:10 +0200 refined arity property concept
Mon, 30 Jun 2008 13:41:31 +0200 tagged arities
Sun, 18 May 2008 15:04:09 +0200 moved global pretty/string_of functions from Sign to Syntax;
Wed, 02 Apr 2008 15:58:38 +0200 removed obscure "attach" feature
Mon, 10 Mar 2008 21:51:44 +0100 exported suffix
Tue, 08 Jan 2008 11:37:29 +0100 better error reporting
Thu, 13 Dec 2007 07:09:05 +0100 exported axiomsN
Tue, 11 Dec 2007 10:23:12 +0100 error handling for pathological cases
Mon, 10 Dec 2007 11:24:15 +0100 moved instance parameter management from class.ML to axclass.ML
Wed, 28 Nov 2007 09:01:50 +0100 naming policy for instances
Thu, 11 Oct 2007 16:05:35 +0200 moved define_class_params to Isar/class.ML;
Tue, 09 Oct 2007 17:10:41 +0200 renamed AxClass.get_definition to AxClass.get_info (again);
Tue, 09 Oct 2007 00:20:13 +0200 generic Syntax.pretty/string_of operations;
Thu, 04 Oct 2007 20:29:13 +0200 replaced AxClass.param_tyvarname by Name.aT;
Sun, 30 Sep 2007 16:20:31 +0200 Sign.add_consts_authentic: tags (Markup.property list);
Sat, 29 Sep 2007 21:39:45 +0200 Sign.add_const_constraint;
Wed, 26 Sep 2007 20:50:33 +0200 Sign.minimize/complete_sort;
Tue, 25 Sep 2007 17:06:14 +0200 proper Sign operations instead of Theory aliases;
Sun, 23 Sep 2007 22:23:31 +0200 tuned;
Sat, 15 Sep 2007 19:27:44 +0200 clarified class interfaces and internals
Tue, 14 Aug 2007 23:22:51 +0200 avoid low-level tsig;
Tue, 19 Jun 2007 23:15:47 +0200 balanced conjunctions;
Mon, 07 May 2007 00:49:59 +0200 simplified DataFun interfaces;
Fri, 20 Apr 2007 11:21:47 +0200 moved axclass module closer to core system
Sun, 15 Apr 2007 14:31:47 +0200 Thm.fold_terms;
Tue, 03 Apr 2007 19:24:16 +0200 renamed of_sort_derivation record fields (avoid clash with Alice keywords);
Fri, 02 Mar 2007 15:43:16 +0100 syntax for "class attach const"
Fri, 29 Dec 2006 20:35:02 +0100 cleanup
Fri, 29 Dec 2006 17:24:41 +0100 replaced Sign.classes by Sign.all_classes (topologically sorted);
Fri, 29 Dec 2006 12:11:02 +0100 dropped some bookkeeping
Thu, 28 Dec 2006 14:30:39 +0100 tuned msg;
Wed, 27 Dec 2006 19:10:04 +0100 fixed misleading error message
Thu, 21 Dec 2006 13:55:13 +0100 code clarifications
Thu, 07 Dec 2006 00:42:04 +0100 reorganized structure Goal vs. Tactic;
Wed, 22 Nov 2006 10:22:04 +0100 completed class parameter handling in axclass.ML
Tue, 19 Sep 2006 23:15:37 +0200 Logic.name_classrel/arities;
Fri, 15 Sep 2006 22:56:13 +0200 renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);
Sun, 30 Jul 2006 21:28:52 +0200 Thm.adjust_maxidx;
Wed, 12 Jul 2006 17:00:31 +0200 class_of_param instead of class_of
Sat, 08 Jul 2006 12:54:37 +0200 Goal.prove: context;
Wed, 28 Jun 2006 14:35:10 +0200 added lookup function for parameters
Wed, 24 May 2006 01:04:59 +0200 axiomatize class: Theory.add_deps;
Sat, 20 May 2006 23:37:00 +0200 class axiomatization: finals;
Tue, 16 May 2006 13:01:24 +0200 more abstract interface to classes/arities;
Sun, 07 May 2006 00:22:05 +0200 removed 'concl is' patterns;
Fri, 05 May 2006 21:59:43 +0200 of_sort: explicit cache value;
Tue, 02 May 2006 00:33:40 +0200 tuned;
Tue, 02 May 2006 00:20:37 +0200 of_sort: option;
Mon, 01 May 2006 17:05:10 +0200 of_sort: simplified derivation;
Sun, 30 Apr 2006 22:50:05 +0200 renamed add_axclass(_i) to define_axclass(_i);
Sat, 29 Apr 2006 23:16:45 +0200 instances data: mutable cache;
Thu, 27 Apr 2006 15:06:35 +0200 tuned basic list operators (flat, maps, map_filter);
Tue, 25 Apr 2006 22:22:58 +0200 get_info: removed 'super' field;