src/HOL/Tools/Nitpick/nitpick_util.ML
Fri, 27 May 2011 10:30:08 +0200 use helpers and tweak Quickcheck's priority to it comes second (to give Solve Direct slightly more time before another prover runs)
Thu, 05 May 2011 12:40:48 +0200 query typedefs as well for monotonicity
Wed, 04 May 2011 19:35:48 +0200 exploit inferred monotonicity
Sun, 01 May 2011 18:37:24 +0200 shorten readable names -- they can get really long with monomorphization, which actually slows down the ATPs
Fri, 26 Nov 2010 22:29:41 +0100 make two copies (!) of Library.UnequalLengths coincide with ListPair.UnequalLengths;
Sat, 20 Nov 2010 00:53:26 +0100 renamed raw "explode" function to "raw_explode" to emphasize its meaning;
Wed, 03 Nov 2010 22:26:53 +0100 standardize on seconds for Nitpick and Sledgehammer timeouts
Sun, 05 Sep 2010 21:41:24 +0200 turned show_sorts/show_types into proper configuration options;
Fri, 03 Sep 2010 17:43:44 +0200 turned show_all_types into proper configuration option;
Mon, 23 Aug 2010 14:54:17 +0200 perform eta-expansion of quantifier bodies in Sledgehammer translation when needed + transform elim rules later;
Fri, 06 Aug 2010 17:05:29 +0200 local versions of Nitpick.register_xxx functions
Thu, 05 Aug 2010 15:44:54 +0200 fiddle with specialization etc.
Thu, 05 Aug 2010 12:40:12 +0200 fix bug in Nitpick's "equationalize" function (the prems were ignored) + make it do some basic extensionalization
Tue, 03 Aug 2010 21:20:31 +0200 better "Pretty" handling
Tue, 27 Jul 2010 18:50:22 +0200 remove unused fun
Tue, 01 Jun 2010 14:14:02 +0200 honor xsymbols in Nitpick
Tue, 01 Jun 2010 12:20:08 +0200 added "atoms" option to Nitpick (request from Karlsruhe) + wrap Refute. functions to "nitpick_util.ML"
Thu, 29 Apr 2010 01:17:14 +0200 expand combinators in Isar proofs constructed by Sledgehammer;
Tue, 27 Apr 2010 18:02:46 +0200 remove Nitpick functions that are now implemented in Sledgehammer
Sat, 24 Apr 2010 16:33:01 +0200 remove type annotations as comments;
Fri, 23 Apr 2010 19:18:39 +0200 stop referring to Sledgehammer_Util stuff all over Nitpick code; instead, redeclare any needed function in Nitpick_Util as synonym for the Sledgehammer_Util function of the same name
Tue, 23 Mar 2010 11:40:46 +0100 leverage code now in Sledgehammer
Fri, 19 Mar 2010 15:07:44 +0100 move the Sledgehammer Isar commands together into one file;
Wed, 17 Mar 2010 09:14:43 +0100 added support for "specification" and "ax_specification" constructs to Nitpick
Thu, 25 Feb 2010 16:33:39 +0100 improved precision of infinite "shallow" datatypes in Nitpick;
Mon, 22 Feb 2010 11:57:33 +0100 fixed a few bugs in Nitpick and removed unreferenced variables
Thu, 18 Feb 2010 18:48:07 +0100 added support for nonstandard "nat"s to Nitpick and fixed bugs in binary "nat"s and "int"s
Tue, 02 Feb 2010 11:38:38 +0100 added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
Wed, 20 Jan 2010 10:38:06 +0100 some work on Nitpick's support for quotient types;
Thu, 17 Dec 2009 15:22:11 +0100 added support for binary nat/int representation to Nitpick
Tue, 08 Dec 2009 18:38:08 +0100 made Nitpick work also for people who import "Plain" instead of "Main"
Fri, 04 Dec 2009 17:19:59 +0100 fixed paths in Nitpick's ML file headers
Fri, 13 Nov 2009 15:59:53 +0100 removed a few global names in Nitpick (styp, nat_less, pairf)
Tue, 27 Oct 2009 14:40:24 +0100 internal renaming in Nitpick and fixed Kodkodi invokation on Linux;
Thu, 22 Oct 2009 14:51:47 +0200 added Nitpick's theory and ML files to Isabelle/HOL;