Wed, 11 Feb 2015 13:52:12 +0100 Andreas Lochbihler add parametricity rule for Ex1
Wed, 11 Feb 2015 13:51:16 +0100 Andreas Lochbihler add intro and elim rules for right_total
Wed, 11 Feb 2015 13:50:11 +0100 Andreas Lochbihler add monotonicity lemmas for rel_fun
Wed, 11 Feb 2015 13:47:48 +0100 Andreas Lochbihler add lemmas about bind and image
Wed, 11 Feb 2015 14:53:56 +0100 blanchet updated NEWS
Wed, 11 Feb 2015 14:51:36 +0100 blanchet updated Sledgehammer docs
Wed, 11 Feb 2015 14:48:07 +0100 blanchet added CVC4 component (and took out CVC3 from main components)
Wed, 11 Feb 2015 14:48:06 +0100 blanchet tuned default provers
Wed, 11 Feb 2015 12:01:56 +0000 paulson Merge
Tue, 10 Feb 2015 17:37:06 +0000 paulson Not a simprule, as it complicates proofs
Tue, 10 Feb 2015 16:09:30 +0000 paulson Merge
Tue, 10 Feb 2015 16:08:11 +0000 paulson New lemmas and a bit of tidying up.
Tue, 10 Feb 2015 23:02:39 +0100 wenzelm check unused theory;
Tue, 10 Feb 2015 22:52:44 +0100 wenzelm tuned;
Tue, 10 Feb 2015 20:51:43 +0100 wenzelm more accurate context;
Tue, 10 Feb 2015 17:13:23 +0100 wenzelm merged
Tue, 10 Feb 2015 16:46:21 +0100 wenzelm misc tuning;
Tue, 10 Feb 2015 14:48:26 +0100 wenzelm proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
Tue, 10 Feb 2015 14:29:36 +0100 wenzelm indicate slow proof (approx. 20s);
Tue, 10 Feb 2015 14:06:57 +0100 hoelzl merged
Tue, 10 Feb 2015 13:50:30 +0100 hoelzl add bind_cond_pmf_cancel
Tue, 10 Feb 2015 12:15:05 +0100 hoelzl add cond_map_pmf
Tue, 10 Feb 2015 12:09:32 +0100 hoelzl introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
Tue, 10 Feb 2015 12:27:30 +0100 Andreas Lochbihler tuned proof
Tue, 10 Feb 2015 12:17:22 +0100 Andreas Lochbihler add another lemma to split nn_integral over product count_space
Tue, 10 Feb 2015 12:10:26 +0100 Andreas Lochbihler tune proof
Tue, 10 Feb 2015 12:05:21 +0100 Andreas Lochbihler nn_integral can be split over arbitrary product count_spaces
Tue, 10 Feb 2015 12:04:24 +0100 Andreas Lochbihler add stronger version of lemma
Fri, 06 Feb 2015 17:57:03 +0100 haftmann default abstypes and default abstract equations make technical (no_code) annotation superfluous
Fri, 06 Feb 2015 19:17:17 +0100 blanchet careful about visibility of facts that have the same 'theory' in optimization
Fri, 06 Feb 2015 08:47:48 +0100 haftmann non-intrusive default code setup for mappings
Thu, 05 Feb 2015 19:44:14 +0100 haftmann slightly more standard code setup for String.literal, with explicit special case in predicate compiler
Thu, 05 Feb 2015 19:44:13 +0100 haftmann explicit type annotation avoids problems with Haskell type inference
Thu, 05 Feb 2015 13:01:12 +0100 haftmann more explicit hint on import order
Thu, 05 Feb 2015 13:01:12 +0100 haftmann dropped dead code;
Thu, 05 Feb 2015 13:01:12 +0100 haftmann dropped obsolete external entrance point
Thu, 05 Feb 2015 13:01:12 +0100 haftmann explicit error message for non-existing targets
Mon, 02 Feb 2015 14:01:33 +0100 blanchet fixed typos
Mon, 02 Feb 2015 14:01:33 +0100 blanchet less confusing constant
Mon, 02 Feb 2015 14:01:33 +0100 blanchet tuning
Fri, 30 Jan 2015 17:29:51 +0100 hoelzl simp rules for return_pmf
Fri, 30 Jan 2015 17:29:41 +0100 hoelzl related permutations with bij functions
Fri, 30 Jan 2015 17:35:03 +0100 nipkow canonical name
Thu, 29 Jan 2015 17:07:49 +0100 wenzelm discontinued special treatment of malformed commands (reverting e46cd0d26481), i.e. errors in outer syntax failure are treated like errors in inner syntax, name space lookup etc.;
Thu, 29 Jan 2015 16:35:29 +0100 wenzelm more explicit indication of Async_Manager_Legacy as Proof General legacy;
Thu, 29 Jan 2015 16:16:01 +0100 wenzelm tuned bootstrap;
Thu, 29 Jan 2015 15:27:29 +0100 wenzelm tuned;
Thu, 29 Jan 2015 15:21:16 +0100 wenzelm explicit threads_stack_limit (for recent Poly/ML SVN versions), which leads to soft interrupt instead of exhaustion of virtual memory, which is particularly relevant for the bigger address space of x86_64;
Thu, 29 Jan 2015 13:58:02 +0100 wenzelm unused;
Thu, 29 Jan 2015 13:50:53 +0100 wenzelm ensure that running into older execution is interruptible (see also b91dc7ab3464);
Thu, 29 Jan 2015 13:49:03 +0100 wenzelm clarified worker_wait;
Wed, 28 Jan 2015 22:50:00 +0100 wenzelm explicit headless mode for machines that lack X11 (e.g. lxbroy10);
Wed, 28 Jan 2015 22:19:22 +0100 wenzelm more robust protocol command: purge removed execs asynchronously, to remain reactive despite problems to cancel "Command.run_process" in a situation of overrunning non-terminating tasks (see also 59f1591a11cb);
Wed, 28 Jan 2015 19:25:19 +0100 wenzelm tuned signature;
Wed, 28 Jan 2015 19:23:03 +0100 wenzelm tuned comment;
Wed, 28 Jan 2015 19:18:08 +0100 wenzelm tuned signature;
Wed, 28 Jan 2015 19:15:13 +0100 wenzelm clarified module name;
Wed, 28 Jan 2015 08:29:08 +0100 haftmann abstract code equation may also be default
Wed, 28 Jan 2015 08:29:08 +0100 haftmann proper term_of for iarray
Wed, 28 Jan 2015 08:29:08 +0100 haftmann string printing conformant to both (S)ML and Isabelle/ML
Wed, 28 Jan 2015 14:24:29 +0100 eberlm Fixed bug in bugfix for function package
Wed, 28 Jan 2015 12:26:56 +0100 eberlm Fixed variable naming bug in function package
Wed, 28 Jan 2015 11:17:21 +0100 hoelzl moved bcontfun from AFP/Ordinary_Differential_Equations
Tue, 27 Jan 2015 16:12:40 +0100 hoelzl ereal: tuned proofs concerning continuity and suprema
Mon, 26 Jan 2015 14:40:13 +0100 hoelzl spelling error
Mon, 26 Jan 2015 14:34:10 +0100 wenzelm NEWS;
Mon, 26 Jan 2015 14:31:39 +0100 wenzelm removed unused operations;
Mon, 26 Jan 2015 13:48:29 +0100 wenzelm prefer plain session_graph.pdf over GraphBrowser applet;
Mon, 26 Jan 2015 13:44:37 +0100 wenzelm complete pattern coverage, e.g. relevant for singleton graph;
Sun, 25 Jan 2015 22:11:06 +0100 wenzelm discontinued obsolete option "document_graph";
Sun, 25 Jan 2015 21:46:21 +0100 wenzelm provide session_graph.pdf via Isabelle/Scala;
Sun, 25 Jan 2015 20:22:20 +0100 wenzelm support for session graph from Scala side;
Sun, 25 Jan 2015 20:16:27 +0100 wenzelm support for off-line graph output, without GUI thread;
Sun, 25 Jan 2015 18:31:35 +0100 wenzelm make it independent from GUI thread, e.g. for Graph_File.write;
Sun, 25 Jan 2015 17:48:14 +0100 wenzelm separate module Graph_File;
Sun, 25 Jan 2015 17:17:37 +0100 wenzelm tuned comments;
Sun, 25 Jan 2015 15:40:28 +0100 wenzelm tuned;
Sun, 25 Jan 2015 13:56:21 +0100 wenzelm more compact message;
Sun, 25 Jan 2015 13:32:32 +0100 wenzelm proper naming convention;
Sun, 25 Jan 2015 13:14:50 +0100 wenzelm prefer plain tuples;
Sun, 25 Jan 2015 13:04:36 +0100 wenzelm tuned message;
Sun, 25 Jan 2015 12:58:36 +0100 wenzelm tuned;
Sat, 24 Jan 2015 22:00:24 +0100 wenzelm tuned signature;
Sat, 24 Jan 2015 21:37:31 +0100 wenzelm tuned;
Sat, 24 Jan 2015 21:36:21 +0100 wenzelm tuned message;
Sat, 24 Jan 2015 16:42:37 +0100 wenzelm more direct Output.output;
Sat, 24 Jan 2015 13:54:19 +0100 wenzelm avoid newline in Pretty.str;
Fri, 23 Jan 2015 12:37:57 +0100 Andreas Lochbihler merged
Fri, 23 Jan 2015 12:37:23 +0100 Andreas Lochbihler generalise lemma
Fri, 23 Jan 2015 12:04:27 +0100 hoelzl integral of the product of count spaces equals the integral of the count space of the product type
Thu, 22 Jan 2015 14:51:08 +0100 hoelzl import general thms from Density_Compiler
Thu, 22 Jan 2015 13:21:45 +0100 wenzelm backout cefeea956989: Graphview *is* required in Pure to replace old browser eventually;
Thu, 22 Jan 2015 12:39:44 +0100 haftmann backed out obsolete workaround from ef1edfb36af7
Wed, 21 Jan 2015 18:40:03 +0100 haftmann disjunctive bottom and supremum lists
Wed, 21 Jan 2015 18:40:02 +0100 haftmann sufficent to have graphview as part of jEdit rather than Pure
Wed, 21 Jan 2015 18:40:00 +0100 haftmann option for formally inlined class specifications in hierarchy graph
Wed, 21 Jan 2015 17:27:58 +0100 wenzelm clarified iterations: enforce full top_down/bottom_up cycle for better stability of layout;
Wed, 21 Jan 2015 16:07:37 +0100 wenzelm updated to jdk-7u76, which appears to be more stable than jdk-8u31 (e.g. crashes jEdit/Console plugin of Mac OS X);
Wed, 21 Jan 2015 14:23:38 +0100 wenzelm updated jdk-8u31;
Tue, 20 Jan 2015 17:13:05 +0100 hoelzl generalized sum_diff_distrib to setsum_subtractf_nat
Fri, 16 Jan 2015 10:59:15 +0100 hoelzl tuned measurability proofs
Mon, 19 Jan 2015 21:54:56 +0100 blanchet typo in description
Mon, 19 Jan 2015 21:24:47 +0100 wenzelm tuned message;
Mon, 19 Jan 2015 21:15:30 +0100 wenzelm always swap panels, which leads to slightly better GUI layout;
Mon, 19 Jan 2015 21:06:47 +0100 wenzelm suppress inactive controls (again);
Mon, 19 Jan 2015 21:06:01 +0100 wenzelm tuned colors;
Mon, 19 Jan 2015 20:39:01 +0100 wenzelm tuned;
Mon, 19 Jan 2015 20:31:53 +0100 wenzelm more symmetric layout of main panel;
Mon, 19 Jan 2015 16:38:01 +0100 wenzelm clarified edge_color;
Mon, 19 Jan 2015 16:31:04 +0100 wenzelm proper tooltips -- override action toolTip which is empty here;
Mon, 19 Jan 2015 11:37:53 +0100 wenzelm no document here;
Sun, 18 Jan 2015 23:07:00 +0100 wenzelm discontinued attempt at alphabetic_order -- selection via regex should be sufficient;
Sun, 18 Jan 2015 22:46:38 +0100 wenzelm suppress some controls that don't work yet;
Sun, 18 Jan 2015 22:43:53 +0100 wenzelm proper selection of nodes via regular expression;
Sun, 18 Jan 2015 22:22:12 +0100 wenzelm obsolete -- full layout takes approx. 100ms;
Sun, 18 Jan 2015 22:20:48 +0100 wenzelm suppress some controls that don't work yet;
Sun, 18 Jan 2015 22:07:45 +0100 wenzelm tuned;
Sun, 18 Jan 2015 22:03:53 +0100 wenzelm misc tuning;
Sun, 18 Jan 2015 21:35:54 +0100 wenzelm proper scrolling wrt. transform;
Sun, 18 Jan 2015 20:15:05 +0100 wenzelm clarified main actions and keyboard focus;
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip