src/HOL/Tools/Nitpick/nitpick_isar.ML
Tue, 09 Mar 2010 09:25:23 +0100 added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
Mon, 22 Feb 2010 11:57:33 +0100 fixed a few bugs in Nitpick and removed unreferenced variables
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
Mon, 14 Dec 2009 12:30:26 +0100 get rid of polymorphic equality in Nitpick's code + a few minor cleanups
Fri, 04 Dec 2009 17:19:59 +0100 fixed paths in Nitpick's ML file headers
Sun, 15 Nov 2009 19:44:29 +0100 permissive AList.merge -- most likely setup for theory data (beware of spurious AList.DUP);
Tue, 10 Nov 2009 23:18:03 +0100 Toplevel.thread provides Isar-style exception output;
Tue, 10 Nov 2009 21:28:46 +0100 plain add_preference, no setmp_CRITICAL required;
Tue, 10 Nov 2009 21:02:18 +0100 recovered update from 7264824baf66, which got lost in 7264824baf66;
Tue, 10 Nov 2009 14:20:15 +0100 remove spurious parameter to "merge"
Tue, 10 Nov 2009 13:54:00 +0100 merged, and renamed local "TheoryData" to "Data" (following common Isabelle conventions)
Thu, 29 Oct 2009 12:09:32 +0100 merged
Wed, 28 Oct 2009 17:43:43 +0100 introduced Auto Nitpick in addition to Auto Quickcheck;
Tue, 27 Oct 2009 16:52:06 +0100 renamed Nitpick option "coalesce_type_vars" to "merge_type_vars" (shorter) and cleaned up old hacks that are no longer necessary
Sun, 08 Nov 2009 18:43:42 +0100 adapted Theory_Data;
Wed, 28 Oct 2009 22:18:00 +0100 renamed raw Proof.get_goal to Proof.raw_goal;
Tue, 27 Oct 2009 14:40:24 +0100 internal renaming in Nitpick and fixed Kodkodi invokation on Linux;
Tue, 27 Oct 2009 11:25:56 +0100 SimpleThread.fork: uniform handling of outermost Interrupt, which is not an error and should not produce exception trace;
Fri, 23 Oct 2009 18:59:24 +0200 continuation of Nitpick's integration into Isabelle;
Thu, 22 Oct 2009 14:51:47 +0200 added Nitpick's theory and ML files to Isabelle/HOL;