src/Pure/axclass.ML
Sun, 25 Oct 2009 20:54:21 +0100 wenzelm maintain theory name via name space, not tags;
Thu, 22 Oct 2009 14:43:59 +0200 haftmann explicit close_derivation
Sat, 17 Oct 2009 15:57:51 +0200 wenzelm indicate CRITICAL nature of various setmp combinators;
Wed, 30 Sep 2009 22:53:33 +0200 wenzelm removed dead code;
Tue, 29 Sep 2009 22:48:24 +0200 wenzelm modernized Balanced_Tree;
Sun, 26 Jul 2009 13:12:52 +0200 wenzelm Goal.finish: explicit context for printing;
Tue, 07 Jul 2009 00:29:34 +0200 wenzelm add_classrel/arity: strip_shyps of stored result;
Mon, 06 Jul 2009 20:36:38 +0200 wenzelm clarified Thm.of_class/of_sort/class_triv;
Mon, 06 Jul 2009 19:58:52 +0200 wenzelm renamed inclass/Inclass to of_class/OfClass, in accordance to of_sort;
Thu, 02 Jul 2009 21:26:18 +0200 wenzelm renamed Drule.sort_triv to Thm.sort_triv (cf. more_thm.ML);
Sun, 24 May 2009 15:02:22 +0200 haftmann tuned class user space type system code
Wed, 20 May 2009 12:09:07 +0200 haftmann avoid potential problem with stale theory
Fri, 17 Apr 2009 16:41:31 +0200 haftmann formal declaration of undefined parameters after class instantiation
Fri, 13 Mar 2009 19:17:58 +0100 haftmann coherent binding policy with primitive target operations
Thu, 12 Mar 2009 13:18:42 +0100 wenzelm renamed sticky_prefix to mandatory_path;
Thu, 12 Mar 2009 12:04:27 +0100 wenzelm replaced old-style add_path/no_base_names by sticky_prefix;
Sun, 08 Mar 2009 17:26:14 +0100 wenzelm moved basic algebra of long names from structure NameSpace to Long_Name;
Sat, 07 Mar 2009 22:16:50 +0100 wenzelm more uniform handling of binding in targets and derived elements;
Thu, 05 Mar 2009 12:08:00 +0100 wenzelm renamed NameSpace.base to NameSpace.base_name;
Wed, 04 Mar 2009 11:37:50 +0100 haftmann merged
Wed, 04 Mar 2009 10:52:47 +0100 haftmann explicit error message for `improper` instances lacking explicit instance parameter constants
Tue, 03 Mar 2009 14:07:43 +0100 wenzelm Thm.binding;
Wed, 21 Jan 2009 16:47:04 +0100 haftmann binding replaces bstring
Sat, 17 Jan 2009 08:29:19 +0100 haftmann close derivation of classrels
Thu, 04 Dec 2008 14:43:33 +0100 haftmann cleaned up binding module and related code
Wed, 03 Sep 2008 17:47:30 +0200 wenzelm Sign.declare_const: Name.binding;
Tue, 02 Sep 2008 14:10:45 +0200 wenzelm explicit type Name.binding for higher-specification elements;
Wed, 27 Aug 2008 11:24:32 +0200 haftmann completing arities after subclass instance
Thu, 14 Aug 2008 16:52:46 +0200 wenzelm moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
Tue, 29 Jul 2008 08:15:40 +0200 haftmann PureThy: dropped note_thmss_qualified, dropped _i suffix
Fri, 25 Jul 2008 12:03:36 +0200 haftmann dropped PureThy.note; added PureThy.add_thm
Fri, 11 Jul 2008 23:17:23 +0200 wenzelm Sorts.weaken: abstract argument;
Fri, 11 Jul 2008 09:02:30 +0200 haftmann explicit completions of arities
Tue, 08 Jul 2008 18:13:10 +0200 haftmann refined arity property concept
Mon, 30 Jun 2008 13:41:31 +0200 haftmann tagged arities
Sun, 18 May 2008 15:04:09 +0200 wenzelm moved global pretty/string_of functions from Sign to Syntax;
Wed, 02 Apr 2008 15:58:38 +0200 haftmann removed obscure "attach" feature
Mon, 10 Mar 2008 21:51:44 +0100 haftmann exported suffix
Tue, 08 Jan 2008 11:37:29 +0100 haftmann better error reporting
Thu, 13 Dec 2007 07:09:05 +0100 haftmann exported axiomsN
Tue, 11 Dec 2007 10:23:12 +0100 haftmann error handling for pathological cases
Mon, 10 Dec 2007 11:24:15 +0100 haftmann moved instance parameter management from class.ML to axclass.ML
Wed, 28 Nov 2007 09:01:50 +0100 haftmann naming policy for instances
Thu, 11 Oct 2007 16:05:35 +0200 wenzelm moved define_class_params to Isar/class.ML;
Tue, 09 Oct 2007 17:10:41 +0200 wenzelm renamed AxClass.get_definition to AxClass.get_info (again);
Tue, 09 Oct 2007 00:20:13 +0200 wenzelm generic Syntax.pretty/string_of operations;
Thu, 04 Oct 2007 20:29:13 +0200 wenzelm replaced AxClass.param_tyvarname by Name.aT;
Sun, 30 Sep 2007 16:20:31 +0200 wenzelm Sign.add_consts_authentic: tags (Markup.property list);
Sat, 29 Sep 2007 21:39:45 +0200 wenzelm Sign.add_const_constraint;
Wed, 26 Sep 2007 20:50:33 +0200 wenzelm Sign.minimize/complete_sort;
Tue, 25 Sep 2007 17:06:14 +0200 wenzelm proper Sign operations instead of Theory aliases;
Sun, 23 Sep 2007 22:23:31 +0200 wenzelm tuned;
Sat, 15 Sep 2007 19:27:44 +0200 haftmann clarified class interfaces and internals
Tue, 14 Aug 2007 23:22:51 +0200 wenzelm avoid low-level tsig;
Tue, 19 Jun 2007 23:15:47 +0200 wenzelm balanced conjunctions;
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Fri, 20 Apr 2007 11:21:47 +0200 haftmann moved axclass module closer to core system
Sun, 15 Apr 2007 14:31:47 +0200 wenzelm Thm.fold_terms;
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"
less more (0) -100 -60 tip