Wed, 17 Oct 2012 14:13:57 +0200 bulwahn set_comprehension_pointfree simproc now handles the complicated test case; tuned
Wed, 17 Oct 2012 14:13:57 +0200 bulwahn refined conversion to only react on proper set comprehensions; tuned
Wed, 17 Oct 2012 14:13:57 +0200 bulwahn moving Pair_inject from legacy and duplicate section to general section, as Pair_inject was considered a duplicate in e8400e31528a by mistake (cf. communication on dev mailing list)
Wed, 17 Oct 2012 14:13:57 +0200 bulwahn employing a preprocessing conversion that rewrites {(x1, ..., xn). P x1 ... xn} to {(x1, ..., xn) | x1 ... xn. P x1 ... xn} in set_comprehension_pointfree simproc
Wed, 17 Oct 2012 22:11:12 +0200 wenzelm another Future.shutdown after Future.cancel_groups (cf. 0d4106850eb2);
Wed, 17 Oct 2012 21:18:32 +0200 wenzelm more robust cancel_now: avoid shooting yourself in the foot;
Wed, 17 Oct 2012 21:04:51 +0200 wenzelm more robust Session.finish (batch mode): use Goal.finish_futures to exhibit remaining failures of disconnected goal forks (e.g. from unnamed theorems) and Goal.cancel_futures the purge the persistent state;
Wed, 17 Oct 2012 14:58:04 +0200 wenzelm proper 'oops' to force sequential checking here, and avoid spurious *** Interrupt stemming from crash of forked outer syntax element;
Wed, 17 Oct 2012 14:39:00 +0200 wenzelm added Output "Detach" button;
Wed, 17 Oct 2012 14:20:54 +0200 wenzelm skipped proofs appear as "bad" without counting as error;
Wed, 17 Oct 2012 13:20:08 +0200 wenzelm more method position information, notably finished_pos after end of previous text;
Wed, 17 Oct 2012 10:46:14 +0200 wenzelm more formal markup;
Wed, 17 Oct 2012 10:45:43 +0200 wenzelm tuned signature;
Wed, 17 Oct 2012 10:26:27 +0200 wenzelm more formal markup;
Wed, 17 Oct 2012 00:16:31 +0200 kuncar don't be so aggressive when expanding a transfer rule relation; rewrite only the relational part of the rule
Tue, 16 Oct 2012 22:38:34 +0200 wenzelm merged
Tue, 16 Oct 2012 20:31:08 +0200 blanchet added missing file
Tue, 16 Oct 2012 20:11:15 +0200 traytel tuned for document output
Tue, 16 Oct 2012 18:50:53 +0200 blanchet added proof minimization code from Steffen Smolka
Tue, 16 Oct 2012 18:07:59 +0200 traytel tuned blank lines
Tue, 16 Oct 2012 18:05:28 +0200 traytel tuned whitespace
Tue, 16 Oct 2012 17:33:08 +0200 popescua a few notations changed in HOL/BNF/Examples/Derivation_Trees
Tue, 16 Oct 2012 17:08:20 +0200 popescua ported HOL/BNF/Examples/Derivation_Trees to the latest status of the codatatype package
Tue, 16 Oct 2012 13:57:08 +0200 bulwahn adding test cases for f x y : S patterns in set_comprehension_pointfree simproc
Tue, 16 Oct 2012 13:18:13 +0200 bulwahn tactic of set_comprehension_pointfree simproc handles f x y : S patterns with Set.vimage
Tue, 16 Oct 2012 13:18:12 +0200 bulwahn term construction of set_comprehension_pointfree simproc handles f x y : S patterns with Set.vimage
Tue, 16 Oct 2012 13:18:10 +0200 bulwahn extending preprocessing of simproc to rewrite subset inequality into membership of powerset
Tue, 16 Oct 2012 13:15:58 +0200 popescua update ROOT with teh directory change in BNF
Tue, 16 Oct 2012 13:09:46 +0200 popescua changed name of BNF/Example directory from Infinite_Derivation_Trees to Derivation_Trees
Tue, 16 Oct 2012 22:13:46 +0200 wenzelm retain info dockable state via educated guess on window focus;
Tue, 16 Oct 2012 21:30:52 +0200 wenzelm support for more informative errors in lazy enumerations;
Tue, 16 Oct 2012 21:26:36 +0200 wenzelm more informative errors for 'also' and 'finally';
Tue, 16 Oct 2012 20:35:24 +0200 wenzelm tuned messages;
Tue, 16 Oct 2012 20:23:00 +0200 wenzelm more proof method text position information;
Tue, 16 Oct 2012 17:47:23 +0200 wenzelm clarified defer/prefer: more specific errors;
Tue, 16 Oct 2012 16:50:03 +0200 wenzelm updated Toplevel.proofs;
Tue, 16 Oct 2012 15:14:12 +0200 wenzelm more informative errors for 'proof' and 'apply' steps;
Tue, 16 Oct 2012 15:02:49 +0200 wenzelm more friendly handling of Pure.thy bootstrap errors;
Tue, 16 Oct 2012 14:14:37 +0200 wenzelm more informative error for stand-alone 'qed';
Tue, 16 Oct 2012 14:02:02 +0200 wenzelm further attempts to unify/simplify goal output;
Tue, 16 Oct 2012 13:06:40 +0200 wenzelm more informative error messages of initial/terminal proof methods;
Mon, 15 Oct 2012 19:03:02 +0200 wenzelm merged
Mon, 15 Oct 2012 16:18:48 +0200 bulwahn setcomprehension_pointfree simproc also works for set comprehension without an equation
Mon, 15 Oct 2012 15:43:12 +0200 wenzelm tuned message -- avoid extra blank lines;
Mon, 15 Oct 2012 15:28:56 +0200 wenzelm updated to polyml-5.5.0 which reduces chance of HOL-IMP failure (although it is hard to reproduce anyway);
Sun, 14 Oct 2012 21:02:14 +0200 Markus Kaiser store colors after build
Sun, 14 Oct 2012 19:16:39 +0200 bulwahn adding further test cases for the set_comprehension_pointfree simproc
Sun, 14 Oct 2012 19:16:35 +0200 bulwahn refined tactic in set_comprehension_pointfree simproc
Sun, 14 Oct 2012 19:16:33 +0200 bulwahn adding further test cases to check new functionality of the simproc; strengthened test cases to check the success of the simproc more faithfully
Sun, 14 Oct 2012 19:16:32 +0200 bulwahn adding postprocessing of computed pointfree expression in set_comprehension_pointfree simproc
Sun, 14 Oct 2012 19:16:32 +0200 bulwahn extending the setcomprehension_pointfree simproc to handle nesting disjunctions, conjunctions and negations (with contributions from Rafal Kolanski, NICTA); tuned
Sat, 13 Oct 2012 21:09:20 +0200 wenzelm more informative error of initial/terminal proof steps;
Sat, 13 Oct 2012 19:53:04 +0200 wenzelm some attempts to unify/simplify pretty_goal;
Sat, 13 Oct 2012 18:04:11 +0200 wenzelm refined Proof.the_finished_goal with more informative error;
Sat, 13 Oct 2012 16:19:16 +0200 wenzelm tuned signature;
Sat, 13 Oct 2012 00:08:36 +0200 wenzelm improved adhoc height for small fonts;
Fri, 12 Oct 2012 23:38:48 +0200 wenzelm further refinement of jEdit line range, avoiding lack of final \n;
Fri, 12 Oct 2012 22:53:20 +0200 wenzelm more uniform tooltip color;
Fri, 12 Oct 2012 22:10:45 +0200 wenzelm more NEWS;
Fri, 12 Oct 2012 21:51:25 +0200 wenzelm merged
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip