Wed, 10 Oct 2012 08:45:27 +0200 more consistent error messages on malformed code equations
haftmann [Wed, 10 Oct 2012 08:45:27 +0200] rev 49760
more consistent error messages on malformed code equations
Tue, 09 Oct 2012 17:33:46 +0200 removed support for set constant definitions in HOLCF {cpo,pcpo,domain}def commands;
huffman [Tue, 09 Oct 2012 17:33:46 +0200] rev 49759
removed support for set constant definitions in HOLCF {cpo,pcpo,domain}def commands; removed '(open)', '(set_name)' and '(open set_name)' options
Tue, 09 Oct 2012 16:58:36 +0200 use Set.filter instead of Finite_Set.filter, which is removed then
kuncar [Tue, 09 Oct 2012 16:58:36 +0200] rev 49758
use Set.filter instead of Finite_Set.filter, which is removed then
Tue, 09 Oct 2012 16:57:58 +0200 rename Set.project to Set.filter - more appropriate name
kuncar [Tue, 09 Oct 2012 16:57:58 +0200] rev 49757
rename Set.project to Set.filter - more appropriate name
Wed, 10 Oct 2012 15:39:01 +0200 added some ad-hoc namespace prefixes to avoid duplicate facts;
wenzelm [Wed, 10 Oct 2012 15:39:01 +0200] rev 49756
added some ad-hoc namespace prefixes to avoid duplicate facts;
Wed, 10 Oct 2012 15:27:10 +0200 avoid duplicate facts;
wenzelm [Wed, 10 Oct 2012 15:27:10 +0200] rev 49755
avoid duplicate facts;
Wed, 10 Oct 2012 15:21:26 +0200 more explicit namespace prefix for 'statespace' -- duplicate facts;
wenzelm [Wed, 10 Oct 2012 15:21:26 +0200] rev 49754
more explicit namespace prefix for 'statespace' -- duplicate facts;
Wed, 10 Oct 2012 15:17:40 +0200 eliminated spurious fact duplicates;
wenzelm [Wed, 10 Oct 2012 15:17:40 +0200] rev 49753
eliminated spurious fact duplicates;
Wed, 10 Oct 2012 15:01:20 +0200 modernized dynamic "rules" -- avoid rebinding of static facts;
wenzelm [Wed, 10 Oct 2012 15:01:20 +0200] rev 49752
modernized dynamic "rules" -- avoid rebinding of static facts;
Tue, 09 Oct 2012 22:24:24 +0200 removed redundant lemma, cf. class zero_neq_one in HOL/Rings.thy;
wenzelm [Tue, 09 Oct 2012 22:24:24 +0200] rev 49751
removed redundant lemma, cf. class zero_neq_one in HOL/Rings.thy;
Tue, 09 Oct 2012 21:33:12 +0200 clarified Element.init vs. Element.activate: refrain from hard-wiring Thm.def_binding_optional to avoid duplicate facts;
wenzelm [Tue, 09 Oct 2012 21:33:12 +0200] rev 49750
clarified Element.init vs. Element.activate: refrain from hard-wiring Thm.def_binding_optional to avoid duplicate facts;
Tue, 09 Oct 2012 20:23:58 +0200 tuned;
wenzelm [Tue, 09 Oct 2012 20:23:58 +0200] rev 49749
tuned;
Tue, 09 Oct 2012 20:05:17 +0200 clarified Local_Defs.add_def(s): refrain from hard-wiring Thm.def_binding_optional;
wenzelm [Tue, 09 Oct 2012 20:05:17 +0200] rev 49748
clarified Local_Defs.add_def(s): refrain from hard-wiring Thm.def_binding_optional; clarified Generic_Target.define: avoid duplicate def binding via Local_Defs.add_def;
Tue, 09 Oct 2012 19:24:19 +0200 more explicit flags for facts table;
wenzelm [Tue, 09 Oct 2012 19:24:19 +0200] rev 49747
more explicit flags for facts table;
Tue, 09 Oct 2012 15:31:45 +0200 minor tuning;
wenzelm [Tue, 09 Oct 2012 15:31:45 +0200] rev 49746
minor tuning;
Tue, 09 Oct 2012 13:57:51 +0200 more conventional Double constants;
wenzelm [Tue, 09 Oct 2012 13:57:51 +0200] rev 49745
more conventional Double constants;
Tue, 09 Oct 2012 13:50:24 +0200 tuned source structure;
wenzelm [Tue, 09 Oct 2012 13:50:24 +0200] rev 49744
tuned source structure;
Tue, 09 Oct 2012 13:29:43 +0200 tuned;
wenzelm [Tue, 09 Oct 2012 13:29:43 +0200] rev 49743
tuned;
Tue, 09 Oct 2012 13:27:52 +0200 tuned;
wenzelm [Tue, 09 Oct 2012 13:27:52 +0200] rev 49742
tuned;
Tue, 09 Oct 2012 11:51:06 +0200 merged
wenzelm [Tue, 09 Oct 2012 11:51:06 +0200] rev 49741
merged
Tue, 09 Oct 2012 00:40:33 +0200 added type annotations to generated Isar proofs -- code by Steffen Smolka
blanchet [Tue, 09 Oct 2012 00:40:33 +0200] rev 49740
added type annotations to generated Isar proofs -- code by Steffen Smolka
Mon, 08 Oct 2012 12:03:49 +0200 consolidated names of theorems on composition;
haftmann [Mon, 08 Oct 2012 12:03:49 +0200] rev 49739
consolidated names of theorems on composition; generalized former theorem UN_o; comp_assoc orients to the right, as is more common
Mon, 08 Oct 2012 11:37:03 +0200 corrected NEWS
haftmann [Mon, 08 Oct 2012 11:37:03 +0200] rev 49738
corrected NEWS
Mon, 08 Oct 2012 23:29:07 +0200 avoid somewhat heavy rebuilding of SortedMap via map where plain iteration is sufficient;
wenzelm [Mon, 08 Oct 2012 23:29:07 +0200] rev 49737
avoid somewhat heavy rebuilding of SortedMap via map where plain iteration is sufficient; more elementary level_list: avoid stack overflow; prefer elementary graph operations; tuned;
Mon, 08 Oct 2012 21:17:20 +0200 clarified long_names -- conform to usual Isabelle practice of not analysing internal names;
wenzelm [Mon, 08 Oct 2012 21:17:20 +0200] rev 49736
clarified long_names -- conform to usual Isabelle practice of not analysing internal names;
Mon, 08 Oct 2012 20:39:57 +0200 more precise repaint and revalidate -- the latter is important to keep in sync with content update;
wenzelm [Mon, 08 Oct 2012 20:39:57 +0200] rev 49735
more precise repaint and revalidate -- the latter is important to keep in sync with content update;
Mon, 08 Oct 2012 14:49:04 +0200 tuned;
wenzelm [Mon, 08 Oct 2012 14:49:04 +0200] rev 49734
tuned;
Mon, 08 Oct 2012 14:10:38 +0200 prefer synchronous Mutator_Event.Bus on Swing_Thread;
wenzelm [Mon, 08 Oct 2012 14:10:38 +0200] rev 49733
prefer synchronous Mutator_Event.Bus on Swing_Thread;
Mon, 08 Oct 2012 13:20:55 +0200 more direct tooltip content;
wenzelm [Mon, 08 Oct 2012 13:20:55 +0200] rev 49732
more direct tooltip content;
Mon, 08 Oct 2012 12:54:00 +0200 tuned;
wenzelm [Mon, 08 Oct 2012 12:54:00 +0200] rev 49731
tuned;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip