src/HOL/Tools/Datatype/datatype_realizer.ML
Tue, 01 Jun 2010 11:30:57 +0200 merged
Tue, 01 Jun 2010 11:13:09 +0200 Adapted to new format of proof terms containing explicit proofs of class membership.
Wed, 26 May 2010 16:05:25 +0200 dropped legacy theorem bindings
Sat, 08 May 2010 16:53:53 +0200 renamed Thm.get_name -> Thm.derivation_name and Thm.put_name -> Thm.name_derivation, to emphasize the true nature of these operations;
Wed, 05 May 2010 18:25:34 +0200 farewell to old-style mem infixes -- type inference in situations with mem_int and mem_string should provide enough information to resolve the type of (op =)
Sat, 20 Mar 2010 17:33:11 +0100 renamed varify/unvarify operations to varify_global/unvarify_global to emphasize that these only work in a global situation;
Sun, 07 Mar 2010 12:19:47 +0100 modernized structure Object_Logic;
Thu, 25 Feb 2010 22:32:09 +0100 more antiquotations;
Mon, 30 Nov 2009 12:28:12 +0100 dropped some unused bindings
Mon, 30 Nov 2009 11:42:49 +0100 modernized structures and tuned headers of datatype package modules; joined former datatype.ML and datatype_rep_proofs.ML
Thu, 29 Oct 2009 23:49:55 +0100 eliminated some old folds;
Wed, 21 Oct 2009 00:36:12 +0200 standardized basic operations on type option;
Thu, 15 Oct 2009 23:28:10 +0200 replaced String.concat by implode;
Mon, 28 Sep 2009 10:20:21 +0200 avoid compound fields in datatype info record
Sun, 27 Sep 2009 09:52:23 +0200 registering split rules and projected induction rules; ML identifiers more close to Isar theorem names
Thu, 16 Jul 2009 00:21:36 +0200 eliminated legacy_varify;
Tue, 23 Jun 2009 16:27:12 +0200 tuned interfaces of datatype module
Tue, 23 Jun 2009 12:09:30 +0200 uniformly capitialized names for subdirectories