Fri, 06 Aug 2010 17:23:11 +0200 blanchet adapt occurrences of renamed Nitpick functions
Fri, 06 Aug 2010 17:18:29 +0200 blanchet document the non-legacy interfaces
Fri, 06 Aug 2010 17:05:29 +0200 blanchet local versions of Nitpick.register_xxx functions
Fri, 06 Aug 2010 12:38:02 +0200 wenzelm merged
Fri, 06 Aug 2010 12:37:00 +0200 wenzelm modernized specifications;
Thu, 05 Aug 2010 23:43:43 +0200 wenzelm Document_Model: include token marker here;
Thu, 05 Aug 2010 22:01:25 +0200 wenzelm tuned;
Thu, 05 Aug 2010 21:56:38 +0200 wenzelm misc tuning -- produce reverse_edits at most once (note that foldRight produces a reversed list internally, while recursion is infisible due to small stack vs. large stack frames on JVM);
Thu, 05 Aug 2010 21:40:20 +0200 wenzelm editor mode;
Thu, 05 Aug 2010 18:17:59 +0200 wenzelm Text_Edit.convert/revert;
Thu, 05 Aug 2010 18:13:12 +0200 wenzelm renamed to_current to convert, and from_current to revert;
Thu, 05 Aug 2010 18:00:37 +0200 wenzelm Change.Snapshot: include from_current/to_current here, with precomputed changes;
Thu, 05 Aug 2010 16:58:18 +0200 wenzelm explicit Change.Snapshot and Document.Node;
Thu, 05 Aug 2010 14:35:35 +0200 wenzelm simplified/refined document model: collection of named nodes, without proper dependencies yet;
Thu, 05 Aug 2010 13:41:00 +0200 wenzelm somewhat uniform Thy_Header.split_thy_path in ML and Scala;
Wed, 04 Aug 2010 16:28:45 +0200 wenzelm uniform naming of imports (source specification) vs. parents (thy node names) vs. parent_thys (theory values);
Wed, 04 Aug 2010 16:11:51 +0200 wenzelm load_thy/after_load: explicit check of parent theories, which might have failed to join proofs -- avoid uninformative crash via Graph.UNDEF;
Wed, 04 Aug 2010 15:50:55 +0200 wenzelm export use_thys_wrt;
Wed, 04 Aug 2010 15:45:49 +0200 wenzelm more precise CRITICAL sections, using NAMED_CRITICAL uniformly;
Wed, 04 Aug 2010 15:14:48 +0200 wenzelm updated to Netbeans 6.9;
Wed, 04 Aug 2010 14:46:17 +0200 wenzelm schedule_futures: discontinued special treatment of non-parallel proofs, which might have affected memory usage at some point, but does not seem to make a difference with as little as 2GB RAM;
Tue, 03 Aug 2010 22:28:43 +0200 wenzelm more precise CRITICAL sections;
Tue, 03 Aug 2010 21:34:38 +0200 wenzelm removed unused Update_Time data (cf. ac94ff28e9e1);
Fri, 06 Aug 2010 11:37:33 +0200 blanchet merged
Fri, 06 Aug 2010 11:35:10 +0200 blanchet quotient types registered as codatatypes are no longer quotient types
Fri, 06 Aug 2010 11:33:58 +0200 blanchet added a friendly warning
Fri, 06 Aug 2010 11:05:57 +0200 blanchet extend the scope of limitation about nonconservative extensions
Fri, 06 Aug 2010 10:50:52 +0200 blanchet improved "merge_type_vars" option: map supersorts to subsorts, to avoid distinguishing, say, "{}", and "HOL.type"
Thu, 05 Aug 2010 22:29:43 +0200 ballarin Remove duplicate locale activation code; performance improvement.
Thu, 05 Aug 2010 21:56:22 +0200 blanchet added record field
Thu, 05 Aug 2010 20:17:50 +0200 blanchet added "whack"
Thu, 05 Aug 2010 18:33:07 +0200 blanchet handle "Rep_unit" & Co. gracefully
Thu, 05 Aug 2010 18:00:50 +0200 blanchet added support for "Abs_" and "Rep_" functions on quotient types
Thu, 05 Aug 2010 15:44:54 +0200 blanchet fiddle with specialization etc.
Thu, 05 Aug 2010 14:45:27 +0200 blanchet handle inductive predicates correctly after change in "def" semantics
Thu, 05 Aug 2010 14:32:24 +0200 blanchet don't specialize built-ins or constructors
Thu, 05 Aug 2010 14:20:34 +0200 blanchet more docs
Thu, 05 Aug 2010 14:10:18 +0200 blanchet prevent the expansion of too large definitions -- use equations for these instead
Thu, 05 Aug 2010 12:58:57 +0200 blanchet make nitpick accept "==" for "nitpick_(p)simp"s
Thu, 05 Aug 2010 12:40:12 +0200 blanchet fix bug in Nitpick's "equationalize" function (the prems were ignored) + make it do some basic extensionalization
Thu, 05 Aug 2010 11:54:53 +0200 blanchet deal correctly with Pure.conjunction in mono check
Thu, 05 Aug 2010 09:49:46 +0200 blanchet rename internal functions
Thu, 05 Aug 2010 01:12:12 +0200 blanchet remove buggy and needless condition
Thu, 05 Aug 2010 00:21:11 +0200 blanchet renamed internal function
Wed, 04 Aug 2010 23:27:27 +0200 blanchet Cycle breaking in the bounds takes care of singly recursive datatypes, so we don't need to do it again;
Wed, 04 Aug 2010 22:47:52 +0200 blanchet avoid "<=>" in sym break constraint generation (since these are SAT-unfreundlich) + fix "epsilon2" to "epsilon1" (subtle bug)
Wed, 04 Aug 2010 21:56:17 +0200 blanchet improve datatype symmetry breaking;
Wed, 04 Aug 2010 10:52:29 +0200 blanchet merged
Wed, 04 Aug 2010 10:51:04 +0200 blanchet make SML/NJ happy
Wed, 04 Aug 2010 10:39:35 +0200 blanchet get rid of all "optimizations" regarding "unit" and other cardinality-1 types
Tue, 03 Aug 2010 21:37:12 +0200 blanchet tuning
Tue, 03 Aug 2010 21:20:31 +0200 blanchet better "Pretty" handling
Tue, 03 Aug 2010 18:27:21 +0200 blanchet change formula for enumerating scopes
Tue, 03 Aug 2010 18:14:44 +0200 blanchet example tweaking -- also prevents Nitpick_Tests from using more than 1 thread
Tue, 03 Aug 2010 17:43:15 +0200 blanchet speed up Nitpick examples a little bit
Tue, 03 Aug 2010 17:29:54 +0200 blanchet minor changes
Tue, 03 Aug 2010 17:29:27 +0200 blanchet updated example timings
Tue, 03 Aug 2010 15:15:17 +0200 blanchet more helpful message
Tue, 03 Aug 2010 14:54:30 +0200 blanchet also mention gfp
Tue, 03 Aug 2010 14:49:42 +0200 blanchet bump up the max cardinalities, to use up more of the time given to us by the user