Thu, 30 Sep 2010 09:45:18 +0200 haftmann value uses bare compiler invocation: generated code does not contain antiquotations
Thu, 30 Sep 2010 09:31:07 +0200 haftmann updated files to recent changes
Thu, 30 Sep 2010 08:50:45 +0200 haftmann corrected subsumption check: arguments have been reversed; addition of default equations to non-default equations is identity
Thu, 30 Sep 2010 08:50:45 +0200 haftmann tuned
Thu, 30 Sep 2010 07:34:06 +0200 haftmann merged
Wed, 29 Sep 2010 15:28:29 +0200 haftmann redundancy check: drop trailing Var arguments (avoids eta problems with equations)
Wed, 29 Sep 2010 17:59:20 +0200 wenzelm merged
Wed, 29 Sep 2010 11:55:08 +0200 bulwahn removing obsolete distinction between prod_case and other case expressions after merging of split and prod_case (d3daea901123) in predicate compiler
Wed, 29 Sep 2010 11:36:16 +0200 bulwahn merged
Wed, 29 Sep 2010 10:33:15 +0200 bulwahn adding splitting of conjuncts in assumptions as forward rule on theorems; replacing term transformation for splitting conjuncts by theorem transformation; removing obsolete functions; tuned
Wed, 29 Sep 2010 10:33:15 +0200 bulwahn added test case for predicate arguments in higher-order argument position
Wed, 29 Sep 2010 10:33:15 +0200 bulwahn improving the compilation to handle predicate arguments in higher-order argument positions
Wed, 29 Sep 2010 10:33:15 +0200 bulwahn added a test case to Predicate_Compile_Tests
Wed, 29 Sep 2010 10:33:14 +0200 bulwahn putting the last step of the proof in a TRY block to handle the case that the simplifier already solved the goal
Wed, 29 Sep 2010 11:02:24 +0200 krauss backed out my old attempt at single_hyp_subst_tac (67cd6ed76446)
Wed, 29 Sep 2010 10:05:44 +0200 haftmann scala is reserved identifier
Wed, 29 Sep 2010 09:21:26 +0200 haftmann platform-sensitive contrib paths for ghc, ocaml
Wed, 29 Sep 2010 09:08:01 +0200 haftmann fact listsum now names listsum_foldl
Wed, 29 Sep 2010 09:08:00 +0200 haftmann delete code lemma explicitly
Wed, 29 Sep 2010 09:07:58 +0200 haftmann moved old_primrec source to nominal package, where it is still used
Tue, 28 Sep 2010 15:39:59 +0200 haftmann dropped old primrec package
Tue, 28 Sep 2010 15:34:47 +0200 haftmann merged
Tue, 28 Sep 2010 15:21:45 +0200 haftmann localized listsum
Tue, 28 Sep 2010 15:21:45 +0200 haftmann lemma listsum_conv_fold
Tue, 28 Sep 2010 15:34:30 +0200 haftmann merged
Tue, 28 Sep 2010 15:33:56 +0200 haftmann NEWS
Tue, 28 Sep 2010 15:32:59 +0200 haftmann dropped syntax for old primrec package
Tue, 28 Sep 2010 15:31:10 +0200 haftmann modernized session
Tue, 28 Sep 2010 13:44:06 +0200 bulwahn merged
Tue, 28 Sep 2010 11:59:58 +0200 bulwahn using SUBPROOF to ensure that rewriting is not done on the further subgoals of proof
Tue, 28 Sep 2010 11:59:57 +0200 bulwahn avoiding instable rotate_tac and using the nice Subgoal.FOCUS_PREMS instead
Tue, 28 Sep 2010 11:59:53 +0200 bulwahn adding test case for interpretation of arguments that are predicates simply as input
Tue, 28 Sep 2010 11:59:52 +0200 bulwahn only modes but not types are used to destruct terms and types; this allows to interpret arguments that are predicates simply as input
Tue, 28 Sep 2010 11:59:51 +0200 bulwahn weakening check for higher-order relations, but adding check for consistent modes
Tue, 28 Sep 2010 11:59:51 +0200 bulwahn handling higher-order relations in output terms; improving proof procedure; added test case
Tue, 28 Sep 2010 11:59:50 +0200 bulwahn renaming use_random to use_generators in the predicate compiler
Tue, 28 Sep 2010 11:59:48 +0200 bulwahn fixed a typo that caused the preference of non-random modes to be ignored
Tue, 28 Sep 2010 12:48:05 +0200 haftmann merged
Tue, 28 Sep 2010 12:47:55 +0200 haftmann modernized primrecs
Tue, 28 Sep 2010 12:47:55 +0200 haftmann modernized session
Tue, 28 Sep 2010 12:34:41 +0200 krauss consolidated tupled_lambda; moved to structure HOLogic
Tue, 28 Sep 2010 12:10:37 +0200 haftmann added dependency to base image to ensure that the doc test actually rebuilds the tutorial
Tue, 28 Sep 2010 09:54:07 +0200 krauss no longer declare .psimps rules as [simp].
Tue, 28 Sep 2010 09:43:13 +0200 krauss added dependency to base images to ensure that the doc test actually rebuilds the tutorials
Tue, 28 Sep 2010 09:34:20 +0200 krauss removed unnecessary reference poking (cf. f45d332a90e3)
Tue, 28 Sep 2010 09:17:33 +0200 haftmann merged
Tue, 28 Sep 2010 09:14:37 +0200 haftmann consider quick_and_dirty option before loading theory
Tue, 28 Sep 2010 08:38:20 +0200 krauss dropped obsolete mk_tcl
Tue, 28 Sep 2010 08:35:00 +0200 blanchet make SML/NJ happy
Mon, 27 Sep 2010 16:32:48 +0200 haftmann merged
Mon, 27 Sep 2010 16:27:32 +0200 haftmann combine quote and typewriter tag; typewriter considers isa@parindent
Mon, 27 Sep 2010 16:27:31 +0200 haftmann combine quote and typewriter/tt tag
Mon, 27 Sep 2010 16:19:37 +0200 haftmann combine quote and typewriter tag; typewriter considers isa@parindent
Mon, 27 Sep 2010 16:19:36 +0200 haftmann combine quote and typewriter tag
Wed, 29 Sep 2010 17:58:27 +0200 wenzelm CONTROL-mouse management: handle windowDeactivated as well;
Tue, 28 Sep 2010 23:47:45 +0200 wenzelm CONTROL-mouse management: handle windowIconified;
Tue, 28 Sep 2010 23:02:05 +0200 wenzelm basic support for message popups via HTML_Panel;
Tue, 28 Sep 2010 20:49:39 +0200 wenzelm tuned default perspective;
Tue, 28 Sep 2010 20:35:17 +0200 wenzelm tuned README;
Tue, 28 Sep 2010 20:22:58 +0200 wenzelm more defensive overview.paintComponent: avoid potential crash due to buffer change while painting;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip