Fri, 13 Nov 2009 15:38:45 +0100 wenzelm more "anti_sym" -> "antisym" (cf. a4179bf442d1);
Fri, 13 Nov 2009 14:14:16 +0100 nipkow merged
Fri, 13 Nov 2009 14:14:04 +0100 nipkow renamed lemmas "anti_sym" -> "antisym"
Fri, 13 Nov 2009 14:03:24 +0100 krauss a few lemmas for point-free reasoning about transitive closure
Fri, 13 Nov 2009 11:34:05 +0000 paulson merged
Fri, 13 Nov 2009 11:33:33 +0000 paulson A number of theorems contributed by Jeremy Avigad
Fri, 13 Nov 2009 06:24:31 +0100 bulwahn merged
Thu, 12 Nov 2009 21:14:42 +0100 bulwahn merged
Thu, 12 Nov 2009 20:39:02 +0100 bulwahn adding the predicate compiler quickcheck to the ex/ROOT.ML; adopting this quickcheck to the latest changes
Thu, 12 Nov 2009 20:38:59 +0100 bulwahn removed annoying tracing message
Thu, 12 Nov 2009 20:38:57 +0100 bulwahn added a tabled implementation of the reflexive transitive closure
Thu, 12 Nov 2009 14:32:21 -0800 huffman merged
Thu, 12 Nov 2009 14:31:29 -0800 huffman merged
Thu, 12 Nov 2009 14:31:11 -0800 huffman improved ML interface to pcpodef
Wed, 11 Nov 2009 10:15:32 -0800 huffman use Drule.standard (following typedef package), add pcpodef tactic interface
Thu, 12 Nov 2009 22:29:54 +0100 wenzelm eliminated slightly odd (unused) "axiom" and "assumption" -- collapsed to unspecific "";
Thu, 12 Nov 2009 22:02:11 +0100 wenzelm eliminated obsolete "internal" kind -- collapsed to unspecific "";
Thu, 12 Nov 2009 21:59:35 +0100 wenzelm unused_thms: ignore kind -- already observes "concealed" flag;
Thu, 12 Nov 2009 20:33:26 +0100 wenzelm all_valid_thms: more sophisticated check against global + local name space;
Thu, 12 Nov 2009 17:21:51 +0100 hoelzl Remove map_compose, replaced by map_map
Thu, 12 Nov 2009 17:21:48 +0100 hoelzl New list theorems; added map_map to simpset, this is the prefered direction; allow sorting by a key
Thu, 12 Nov 2009 17:21:43 +0100 hoelzl Renamed upd_snd_conv to apsnd_conv to be consistent with apfst_conv; Added apsnd_apfst_commute
Thu, 12 Nov 2009 15:50:05 +0100 haftmann merged
Thu, 12 Nov 2009 15:10:27 +0100 haftmann accomplish mutual recursion between fun and inst
Thu, 12 Nov 2009 15:10:24 +0100 haftmann moved lemma map_of_zip_map to Map.thy
Thu, 12 Nov 2009 15:49:30 +0100 haftmann merged
Thu, 12 Nov 2009 15:49:01 +0100 haftmann explicit code lemmas produce nices code
Thu, 12 Nov 2009 15:48:44 +0100 haftmann repaired broken code_const for term_of [String.literal]
Thu, 12 Nov 2009 14:47:54 +0100 blanchet fixed soundness bug in Nitpick related to sets
Thu, 12 Nov 2009 09:11:46 +0100 bulwahn removed unnecessary oracle in the predicate compiler
Thu, 12 Nov 2009 09:11:41 +0100 bulwahn improving code quality thanks to Florian's code review
Thu, 12 Nov 2009 09:11:36 +0100 bulwahn renaming code_pred_intros to code_pred_intro
Thu, 12 Nov 2009 09:11:31 +0100 bulwahn announcing the predicate compiler in NEWS and CONTRIBUTORS
Thu, 12 Nov 2009 09:11:26 +0100 bulwahn new names for predicate functions in the predicate compiler
Thu, 12 Nov 2009 09:11:16 +0100 bulwahn removed deprecated mode annotation parser; renamed accepted mode annotation parser to nicer naming
Thu, 12 Nov 2009 09:11:06 +0100 bulwahn added another example to the predicate compiler
Thu, 12 Nov 2009 09:10:42 +0100 bulwahn changed modes to expected_modes; added UNION to code_pred_inlining; fixed some examples; tuned
Thu, 12 Nov 2009 09:10:37 +0100 bulwahn removed dummy setup for predicate compiler commands as the compiler is now part of HOL-Main
Thu, 12 Nov 2009 09:10:30 +0100 bulwahn adopted predicate compiler examples to new syntax for modes
Thu, 12 Nov 2009 09:10:22 +0100 bulwahn added interface of user proposals for names of generated constants
Thu, 12 Nov 2009 09:10:16 +0100 bulwahn first steps towards a new mode datastructure; new syntax for mode annotations and new output of modes
Thu, 12 Nov 2009 09:10:07 +0100 bulwahn adding more tests for the values command; adding some forbidden constants to inductify
Wed, 11 Nov 2009 21:53:58 +0100 ballarin Enables tests for locale functionality that is now available.
Wed, 11 Nov 2009 17:27:48 +0100 wenzelm merged
Wed, 11 Nov 2009 14:15:11 +0100 wenzelm uniform use of simultabeous use_thys;
Wed, 11 Nov 2009 16:19:28 +0100 haftmann merged
Wed, 11 Nov 2009 15:10:29 +0100 haftmann explicit invocation of code generation
Wed, 11 Nov 2009 15:10:26 +0100 haftmann adding code equations for constructors
Wed, 11 Nov 2009 10:06:30 +0100 haftmann tuned
Wed, 11 Nov 2009 15:43:03 +0100 boehmes changed URL of SMT server,
Wed, 11 Nov 2009 14:04:56 +0000 paulson Added two new lemmas
Wed, 11 Nov 2009 09:02:37 +0100 haftmann tuned imports
Wed, 11 Nov 2009 09:02:20 +0100 haftmann tuned
Wed, 11 Nov 2009 00:11:26 +0100 wenzelm local mutex for theory content/identity operations;
Wed, 11 Nov 2009 00:09:15 +0100 wenzelm admit dummy implementation;
Tue, 10 Nov 2009 23:18:03 +0100 wenzelm Toplevel.thread provides Isar-style exception output;
Tue, 10 Nov 2009 23:15:20 +0100 wenzelm generalized Runtime.toplevel_error wrt. output function;
Tue, 10 Nov 2009 23:15:15 +0100 wenzelm exported SimpleThread.attributes;
Tue, 10 Nov 2009 21:28:46 +0100 wenzelm plain add_preference, no setmp_CRITICAL required;
Tue, 10 Nov 2009 21:04:30 +0100 wenzelm adapted Theory_Data;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip