Fri, 16 Apr 2010 11:39:08 +0200proper checking of ML functors (in Poly/ML 5.2 or later);
wenzelm [Fri, 16 Apr 2010 11:39:08 +0200] rev 36163
proper checking of ML functors (in Poly/ML 5.2 or later);
eliminated pathetic comments;

Fri, 16 Apr 2010 10:52:10 +0200added ML antiquotation @{make_string}, which produces proper pretty printed version in Poly/ML 5.3.0 or later;
wenzelm [Fri, 16 Apr 2010 10:52:10 +0200] rev 36162
added ML antiquotation @{make_string}, which produces proper pretty printed version in Poly/ML 5.3.0 or later;

Fri, 16 Apr 2010 10:15:00 +0200isatest: improved treatment of local files on atbroy102;
wenzelm [Fri, 16 Apr 2010 10:15:00 +0200] rev 36161
isatest: improved treatment of local files on atbroy102;

Thu, 15 Apr 2010 18:21:05 -0700add rule deflation_ID to proof script for take + constructor rules
huffman [Thu, 15 Apr 2010 18:21:05 -0700] rev 36160
add rule deflation_ID to proof script for take + constructor rules

Thu, 15 Apr 2010 21:24:00 +0200more robust record syntax: use Type.raw_match to ignore sort constraints as in regular abbreviations (also note that constraints only affect operations, not types);
wenzelm [Thu, 15 Apr 2010 21:24:00 +0200] rev 36159
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 20:56:04 +0200HOL record: explicitly allow sort constraints;
wenzelm [Thu, 15 Apr 2010 20:56:04 +0200] rev 36158
HOL record: explicitly allow sort constraints;

Thu, 15 Apr 2010 20:37:27 +0200misc tuning and simplification;
wenzelm [Thu, 15 Apr 2010 20:37:27 +0200] rev 36157
misc tuning and simplification;

Thu, 15 Apr 2010 20:31:21 +0200explicit ProofContext.check_tfree;
wenzelm [Thu, 15 Apr 2010 20:31:21 +0200] rev 36156
explicit ProofContext.check_tfree;

Thu, 15 Apr 2010 18:13:25 +0200merged
wenzelm [Thu, 15 Apr 2010 18:13:25 +0200] rev 36155
merged

Thu, 15 Apr 2010 18:09:22 +0200replaced 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;
wenzelm [Thu, 15 Apr 2010 18:09:22 +0200] rev 36154
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;
simplified via ProofContext.check_tfree;