wenzelm [Wed, 07 Sep 2011 11:00:39 +0200] rev 44775
added "cancel" button based on cancel_execution, not interrupt (cf. 156be0e43336);
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44774
separate mangling, which can (and should) be done before the formulas are first-orderized, and type arg filtering, which must be done after once the min arities have been computed
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44773
perform mangling before computing symbol arity, to avoid needless "hAPP"s and "hBOOL"s
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44772
tuning
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44771
make mangling sound w.r.t. type arguments
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44770
make "filter_type_args" more robust if the actual arity is higher than the declared one
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44769
updated Sledgehammer documentation
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44768
rationalize uniform encodings
huffman [Tue, 06 Sep 2011 22:41:35 -0700] rev 44767
merged
huffman [Tue, 06 Sep 2011 19:03:41 -0700] rev 44766
avoid using legacy theorem names
huffman [Tue, 06 Sep 2011 16:30:39 -0700] rev 44765
merged
huffman [Tue, 06 Sep 2011 14:53:51 -0700] rev 44764
remove redundant lemmas i_mult_eq and i_mult_eq2 in favor of i_squared
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 07 Sep 2011 07:59:45 +0900] rev 44763
HOL/Import: Update HOL4 generated files to current Isabelle.
wenzelm [Wed, 07 Sep 2011 00:08:09 +0200] rev 44762
tuned proofs;