bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42314
correcting constant name in exhaustive_generators
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42313
switching fast compilation off by default for now in exhaustive quickcheck
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42312
ensuring datatype limitations before the instantiation in quickcheck_exhaustive
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42311
rational and real instances for new compilation scheme for exhaustive quickcheck
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42310
splitting exhaustive and full_exhaustive into separate type classes
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42309
removing duplicate code
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42308
revisiting mk_equation functions and refactoring them in exhaustive quickcheck
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42307
creating a general mk_equation_terms for the different compilations
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42306
adding an even faster compilation scheme
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42305
theory definitions for fast exhaustive quickcheck compilation
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42304
new compilation for exhaustive quickcheck
wenzelm [Fri, 08 Apr 2011 23:33:57 +0200] rev 42303
tuned;
wenzelm [Fri, 08 Apr 2011 23:25:48 +0200] rev 42302
present type variables;
tuned;
wenzelm [Fri, 08 Apr 2011 23:09:22 +0200] rev 42301
unparse: more accurate markup for syntax consts, notably binders;
wenzelm [Fri, 08 Apr 2011 22:59:52 +0200] rev 42300
notation: proper markup for type constructor / constant;
wenzelm [Fri, 08 Apr 2011 22:50:50 +0200] rev 42299
tuned signature;
wenzelm [Fri, 08 Apr 2011 22:40:29 +0200] rev 42298
more accurate markup for syntax consts, notably binders which point back to the original logical entity;
tuned;
wenzelm [Fri, 08 Apr 2011 21:11:29 +0200] rev 42297
discontinued Syntax.max_pri, which is not really a symbolic parameter;
wenzelm [Fri, 08 Apr 2011 21:03:20 +0200] rev 42296
CONST syntax with positions;
wenzelm [Fri, 08 Apr 2011 20:39:09 +0200] rev 42295
moved CONST syntax/translations to their proper place;
wenzelm [Fri, 08 Apr 2011 18:08:13 +0200] rev 42294
simplified Pure syntax bootstrap;
wenzelm [Fri, 08 Apr 2011 17:45:37 +0200] rev 42293
renamed sprop "prop#" to "prop'" -- proper identifier;
eliminated spurious symbolic string bindings (logic, any etc.);
hardwired special "prop" vs. "prop'" conversion;
tuned;
wenzelm [Fri, 08 Apr 2011 16:38:46 +0200] rev 42292
merged
krauss [Thu, 07 Apr 2011 21:49:24 +0200] rev 42291
raised timeout further, for SML/NJ
wenzelm [Fri, 08 Apr 2011 16:34:14 +0200] rev 42290
discontinued special treatment of structure Lexicon;
wenzelm [Fri, 08 Apr 2011 15:48:14 +0200] rev 42289
discontinued special status of structure Printer;
wenzelm [Fri, 08 Apr 2011 15:02:11 +0200] rev 42288
discontinued special treatment of structure Syntax_Ext (formerly Syn_Ext);
clarified Syntax.root;
wenzelm [Fri, 08 Apr 2011 14:20:57 +0200] rev 42287
discontinued special treatment of structure Mixfix;
eliminated slightly odd no_syn convenience;
wenzelm [Fri, 08 Apr 2011 14:05:31 +0200] rev 42286
more antiquotations;
wenzelm [Fri, 08 Apr 2011 13:59:28 +0200] rev 42285
removed outdated text (cf. 84a3f86441eb);