bulwahn [Thu, 10 Nov 2011 17:28:02 +0100] rev 45442
renewed prolog-quickcheck
bulwahn [Thu, 10 Nov 2011 17:26:17 +0100] rev 45441
adding some test cases for preprocessing and narrowing
bulwahn [Thu, 10 Nov 2011 17:26:15 +0100] rev 45440
adding a minimalistic preprocessing rewriting common boolean operators; tuned
huffman [Thu, 10 Nov 2011 14:46:38 +0100] rev 45439
merged
huffman [Wed, 09 Nov 2011 15:33:34 +0100] rev 45438
merged
huffman [Wed, 09 Nov 2011 15:33:24 +0100] rev 45437
tune post-processing of simproc-generated rules so they won't produce Numeral0 or Numeral1
huffman [Wed, 09 Nov 2011 11:44:42 +0100] rev 45436
use simproc_setup for some nat_numeral simprocs; add simproc tests
huffman [Wed, 09 Nov 2011 10:58:08 +0100] rev 45435
add ring_char_0 class constraints to several simprocs (internal proofs of #n ~= 0 fail for type
s not in this class);
test simprocs using most general type classes instead of just int and rat.
wenzelm [Thu, 10 Nov 2011 11:02:06 +0100] rev 45434
simultaneous check;
tight maxidx;
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);