krauss [Fri, 03 Dec 2010 10:17:55 +0100] rev 40930
really fixed comment (cf. 7abeb749ae99)
huffman [Fri, 03 Dec 2010 10:03:13 +0100] rev 40929
theorem names generated by the (rep_)datatype command now have mandatory qualifiers
krauss [Fri, 03 Dec 2010 10:03:10 +0100] rev 40928
eliminated unqualified accesses of datatype facts -- it seems like they all of them were unintended
bulwahn [Fri, 03 Dec 2010 09:58:32 +0100] rev 40927
NEWS
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40926
only instantiate type variable if there exists some in quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40925
fixing comment in library
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40924
adapting predicate_compile_quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40923
adding a nice definition of Id_on for quickcheck and nitpick
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40922
adding code equation for finiteness of finite types
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40921
improving sledgehammer_tactic and adding relevance filtering to the tactic
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40920
adapting mutabelle
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40919
adapting SML_Quickcheck to recent changes
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40918
explaining quickcheck testers in the documentation
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40917
adapting quickcheck examples
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40916
improving presentation of quickcheck reports
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40915
declaring quickcheck testers as default after their setup
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40914
activating construction of exhaustive testing combinators
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40913
renamed generator into exhaustive
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40912
checking if parameter is name of a tester which allows e.g. quickcheck[random]
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40911
moving iteration of tests to the testers in quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40910
removed dead test_term_small function in quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40909
renamed parameter from generator to tester; quickcheck only applies one tester on invocation
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40908
adding configuration quickcheck_tester
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40907
adding smart quantifiers to exhaustive testing
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40906
adapting mutabelle
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40905
only handle TimeOut exception if used interactively
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40904
removed interrupt handling that violates Isabelle/ML exception model
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40903
corrected indentation
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40902
tuned
bulwahn [Fri, 03 Dec 2010 08:40:46 +0100] rev 40901
smallvalue_generator are defined quick via oracle or sound via function package
bulwahn [Fri, 03 Dec 2010 08:40:46 +0100] rev 40900
adding shorter output syntax for the finite types of quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:46 +0100] rev 40899
improving readability of Smallcheck theory; adding constant orelse to improve performance of the function package