bulwahn [Wed, 20 Jul 2011 08:16:36 +0200] rev 43912
exporting function in quickcheck; adapting mutabelle script
bulwahn [Wed, 20 Jul 2011 08:16:35 +0200] rev 43911
more information for the user how to deactivate quickcheck_narrowing if he does not want to use it
bulwahn [Wed, 20 Jul 2011 08:16:33 +0200] rev 43910
making messages more informative
bulwahn [Wed, 20 Jul 2011 08:16:32 +0200] rev 43909
only use exhaustive testing in this quickcheck example
blanchet [Wed, 20 Jul 2011 00:37:42 +0200] rev 43908
parse equalities correctly in Nitrox parser
blanchet [Wed, 20 Jul 2011 00:37:42 +0200] rev 43907
pass type arguments to lambda-lifted Frees, to account for polymorphism
blanchet [Wed, 20 Jul 2011 00:37:42 +0200] rev 43906
generate slightly less type information -- this should be sound since type arguments should keep things cleanly apart
blanchet [Wed, 20 Jul 2011 00:37:42 +0200] rev 43905
avoid calling "Term.is_first_order" (indirectly) on a term with loose de Bruijns -- this is not necessary anyway because of the Abs check in "simple_translate_lambdas"
blanchet [Wed, 20 Jul 2011 00:37:42 +0200] rev 43904
remove offset from Mirabelle output
krauss [Tue, 19 Jul 2011 11:15:38 +0200] rev 43903
the HOL4PROOFS setting is actually HOL4_PROOFS
haftmann [Tue, 19 Jul 2011 07:14:14 +0200] rev 43902
merged
haftmann [Mon, 18 Jul 2011 21:52:34 +0200] rev 43901
proof tuning
haftmann [Mon, 18 Jul 2011 21:49:39 +0200] rev 43900
generalization; various notation and proof tuning
haftmann [Mon, 18 Jul 2011 21:34:01 +0200] rev 43899
avoid misunderstandable names
haftmann [Mon, 18 Jul 2011 21:15:51 +0200] rev 43898
moved lemmas to appropriate theory
krauss [Tue, 19 Jul 2011 00:16:18 +0200] rev 43897
forgotten qualifier
krauss [Tue, 19 Jul 2011 00:07:21 +0200] rev 43896
values_timeout defaults to 600.0 on SML/NJ -- saves us from cluttering all theories equivalent declarations
krauss [Mon, 18 Jul 2011 23:48:28 +0200] rev 43895
killed use of PolyML.makestring
krauss [Mon, 18 Jul 2011 23:35:50 +0200] rev 43894
added experimental mira configuration for HOL Light importer
boehmes [Mon, 18 Jul 2011 18:52:52 +0200] rev 43893
allow rules with premises to be declared as z3_rule (to circumvent incompleteness of Z3 proof reconstruction)
bulwahn [Mon, 18 Jul 2011 13:49:26 +0200] rev 43892
unactivating narrowing-based quickcheck by default
bulwahn [Mon, 18 Jul 2011 13:48:35 +0200] rev 43891
making active configuration public in narrowing-based quickcheck
bulwahn [Mon, 18 Jul 2011 11:38:14 +0200] rev 43890
declare tester in this quickcheck example
bulwahn [Mon, 18 Jul 2011 10:34:21 +0200] rev 43889
adding code equations for partial_term_of for rational numbers
bulwahn [Mon, 18 Jul 2011 10:34:21 +0200] rev 43888
adapting an experimental setup to changes in quickcheck's infrastructure
bulwahn [Mon, 18 Jul 2011 10:34:21 +0200] rev 43887
adding narrowing instances for real and rational
bulwahn [Mon, 18 Jul 2011 10:34:21 +0200] rev 43886
adapting quickcheck based on the analysis of the predicate compiler
bulwahn [Mon, 18 Jul 2011 10:34:21 +0200] rev 43885
adapting prolog-based tester
bulwahn [Mon, 18 Jul 2011 10:34:21 +0200] rev 43884
quickcheck does not deactivate testers if none are given
bulwahn [Mon, 18 Jul 2011 10:34:21 +0200] rev 43883
adapting mutabelle to latest changes in quickcheck; removing unused code in mutabelle