wenzelm [Wed, 09 Nov 2011 23:16:47 +0100] rev 45433
avoid separate typ_check phases, integrate into main term_check 0 instead (cf. its Syntax.check_typs in Type_Infer_Context.prepare);
wenzelm [Wed, 09 Nov 2011 22:43:14 +0100] rev 45432
clarified singleton_fixate: intersection with supersort is identity, only replace actual type inference parameters;
tuned reject_other, after_infer_fixate;
wenzelm [Wed, 09 Nov 2011 21:44:06 +0100] rev 45431
misc tuning and simplification;
wenzelm [Wed, 09 Nov 2011 21:36:18 +0100] rev 45430
misc tuning;
wenzelm [Wed, 09 Nov 2011 20:47:11 +0100] rev 45429
tuned signature;
tuned;
bulwahn [Wed, 09 Nov 2011 19:01:50 +0100] rev 45428
quickcheck invocations in mutabelle must not catch codegenerator errors internally
wenzelm [Wed, 09 Nov 2011 17:57:42 +0100] rev 45427
sort assignment before simultaneous term_check, not isolated parse_term;
prefer Syntax.read_typ over Syntax.parse_typ, to include check phase for sort assignment;
simplified Syntax_Phases.decode_sort/decode_typ;
discontinued unused Proof_Context.check_tvar;
wenzelm [Wed, 09 Nov 2011 17:12:26 +0100] rev 45426
tuned;
wenzelm [Wed, 09 Nov 2011 17:08:40 +0100] rev 45425
avoid inconsistent sort constraints;
wenzelm [Wed, 09 Nov 2011 15:18:39 +0100] rev 45424
localized Record.decode_type: use standard Proof_Context.get_sort;
clarified Record.varifyT: more convential use of maxidx + 1;
wenzelm [Wed, 09 Nov 2011 14:58:48 +0100] rev 45423
tuned signature -- emphasize internal role of these operations;
wenzelm [Wed, 09 Nov 2011 14:30:03 +0100] rev 45422
proper configuration option;
tuned;
wenzelm [Wed, 09 Nov 2011 14:15:44 +0100] rev 45421
tuned layout;
bulwahn [Wed, 09 Nov 2011 11:35:09 +0100] rev 45420
more precise messages with the tester's name in quickcheck; tuned
bulwahn [Wed, 09 Nov 2011 11:34:59 +0100] rev 45419
quickcheck fails with code generator errors only if one tester is invoked