src/HOL/Tools/record.ML
Fri, 27 Aug 2010 19:34:23 +0200 renamed class/constant eq to equal; tuned some instantiations
Thu, 26 Aug 2010 16:25:25 +0200 misc tuning and simplification, notably theory data;
Wed, 25 Aug 2010 18:36:22 +0200 renamed Simplifier.simproc(_i) to Simplifier.simproc_global(_i) to emphasize that this is not the real thing;
Wed, 18 Aug 2010 16:59:37 +0200 re-added instantiation of type class random for records
Tue, 17 Aug 2010 16:35:23 +0200 tuned code
Tue, 17 Aug 2010 16:27:58 +0200 use extension constant as formal constructor of logical record type
Tue, 17 Aug 2010 15:29:41 +0200 authentic syntax allows simplification of type names
Tue, 17 Aug 2010 15:19:37 +0200 dropped make_/dest_ naming convention
Tue, 17 Aug 2010 15:17:44 +0200 formally integrated typecopy layer into record package
Fri, 13 Aug 2010 12:15:25 +0200 avoid variable name acc (cf. cs. 3142c1e21a0e)
Mon, 09 Aug 2010 13:56:02 +0200 tuned comments;
Tue, 27 Jul 2010 17:09:35 +0200 delete structure Basic_Record; avoid `record` in names in structure Record
Mon, 12 Jul 2010 21:38:37 +0200 moved misc legacy stuff from OldGoals to Misc_Legacy;
Sat, 19 Jun 2010 09:50:30 +0200 more binding; avoid arcane Rep and Abs prefixes
Sat, 19 Jun 2010 09:14:06 +0200 cleanup of typecopy package
Sat, 29 May 2010 19:46:29 +0200 explicit markup for forked goals, as indicated by Goal.fork;
Wed, 26 May 2010 16:05:25 +0200 dropped legacy theorem bindings
Mon, 17 May 2010 23:54:15 +0200 prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
Sat, 15 May 2010 21:50:05 +0200 less pervasive names from structure Thm;
Mon, 03 May 2010 14:25:56 +0200 renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Fri, 16 Apr 2010 19:58:04 +0200 modernized type abbreviations;
Thu, 15 Apr 2010 21:24:00 +0200 more robust record syntax: use Type.raw_match to ignore sort constraints as in regular abbreviations (also note that constraints only affect operations, not types);
Thu, 15 Apr 2010 18:09:22 +0200 replaced slightly odd Typedecl.predeclare_constraints by plain declaration of type arguments -- also avoid "recursive" declaration of type constructor, which can cause problems with sequential definitions B.foo = A.foo;
Thu, 15 Apr 2010 16:58:12 +0200 modernized treatment of sort constraints in specification;
Wed, 14 Apr 2010 16:15:19 +0200 record package: corrected sort handling in type translations to avoid crashes when default sort is changed.
Sat, 27 Mar 2010 21:38:38 +0100 Typedef.info: separate global and local part, only the latter is transformed by morphisms;
Sat, 27 Mar 2010 18:07:21 +0100 moved Primitive_Defs.mk_defpair to OldGoals.mk_defpair;
Sat, 13 Mar 2010 14:43:04 +0100 global typedef;
Sun, 07 Mar 2010 12:19:47 +0100 modernized structure Object_Logic;
Sat, 06 Mar 2010 17:32:45 +0100 record_type_tr': more robust strip_fields (printed types are not necessarily well-formed, e.g. in Syntax.pretty_arity);
Sat, 06 Mar 2010 16:13:22 +0100 record_type_abbr_tr': removed obsolete workaround for decode_type, which now retains syntactic categories of variables vs. constructors (authentic syntax);
Wed, 03 Mar 2010 00:32:14 +0100 adapted to authentic syntax -- actual types are verbatim;
Sun, 28 Feb 2010 23:51:31 +0100 more antiquotations;
Sat, 27 Feb 2010 23:13:01 +0100 modernized structure Term_Ord;
Thu, 25 Feb 2010 22:17:33 +0100 explicit @{type_syntax} markup;
Sun, 21 Feb 2010 22:35:02 +0100 slightly more abstract syntax mark/unmark operations;
Fri, 19 Feb 2010 22:06:01 +0100 tuned;
Fri, 19 Feb 2010 21:31:14 +0100 authentic term syntax;
Fri, 19 Feb 2010 16:11:45 +0100 renamed Simplifier.theory_context to Simplifier.global_context to emphasize that this is not the real thing;
Tue, 16 Feb 2010 20:41:52 +0100 simplified/clarified record print translations;
Tue, 16 Feb 2010 16:42:18 +0100 eliminated camel case;
Tue, 16 Feb 2010 16:40:16 +0100 tuned;
Tue, 16 Feb 2010 16:03:06 +0100 simplified/clarified record translations;
Tue, 16 Feb 2010 14:08:39 +0100 moved generic update_name to Pure syntax -- not specific to HOL/record;
Tue, 16 Feb 2010 13:35:42 +0100 tuned;
Tue, 16 Feb 2010 13:06:43 +0100 conceal internal record definitions;
Mon, 15 Feb 2010 23:58:24 +0100 refined and exported record_info;
Mon, 15 Feb 2010 22:40:03 +0100 modernized structures;
Mon, 15 Feb 2010 22:24:19 +0100 modernized signature -- proper binding;
Mon, 15 Feb 2010 20:32:21 +0100 tuned errors;
Mon, 15 Feb 2010 20:01:07 +0100 formal markup of constants;
Mon, 15 Feb 2010 18:50:16 +0100 eliminated old fold;
Sun, 07 Feb 2010 19:33:34 +0100 renamed old-style Drule.standard to Drule.export_without_context, to emphasize that this is in no way a standard operation;
Mon, 21 Dec 2009 08:32:04 +0100 prefer prefix "iso" over potentially misleading "is"; tuned
Wed, 25 Nov 2009 09:13:46 +0100 normalized uncurry take/drop
Tue, 24 Nov 2009 17:28:25 +0100 curried take/drop
Mon, 16 Nov 2009 13:49:21 +0100 guard future proofs by Goal.future_enabled;
Sat, 14 Nov 2009 09:31:54 +0100 clarified quick-and-dirty usage in record package;
Wed, 11 Nov 2009 15:10:26 +0100 adding code equations for constructors
Tue, 10 Nov 2009 16:11:43 +0100 substantial simplification restores code generation