src/HOL/Tools/Nitpick/nitpick_model.ML
Thu, 17 Dec 2009 15:22:11 +0100 added support for binary nat/int representation to Nitpick
Mon, 14 Dec 2009 16:48:49 +0100 distinguish better between "complete" (vs. incomplete) types and "concrete" (vs. abstract) types in 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
Tue, 24 Nov 2009 13:55:14 +0100 generate clearer atom names in Nitpick for types that end with a digit;
Fri, 13 Nov 2009 15:59:53 +0100 removed a few global names in Nitpick (styp, nat_less, pairf)
Thu, 05 Nov 2009 17:03:22 +0100 added datatype constructor cache in Nitpick (to speed up the scope enumeration) and never test more than 4096 scopes
Thu, 29 Oct 2009 15:24:52 +0100 minor cleanup in Nitpick
Thu, 29 Oct 2009 11:41:37 +0100 fixed error in Nitpick's display of uncurried constants, which resulted in an exception
Tue, 27 Oct 2009 19:00:17 +0100 optimized Nitpick's encoding and rendering of datatypes whose constructors don't appear in the problem
Tue, 27 Oct 2009 14:40:24 +0100 internal renaming in Nitpick and fixed Kodkodi invokation on Linux;
Mon, 26 Oct 2009 11:02:08 +0100 make Nitpick compile again
Thu, 22 Oct 2009 14:51:47 +0200 added Nitpick's theory and ML files to Isabelle/HOL;