bulwahn [Wed, 17 Oct 2012 14:13:57 +0200] rev 49898
refined conversion to only react on proper set comprehensions; tuned
bulwahn [Wed, 17 Oct 2012 14:13:57 +0200] rev 49897
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)
bulwahn [Wed, 17 Oct 2012 14:13:57 +0200] rev 49896
employing a preprocessing conversion that rewrites {(x1, ..., xn). P x1 ... xn} to {(x1, ..., xn) | x1 ... xn. P x1 ... xn} in set_comprehension_pointfree simproc
wenzelm [Wed, 17 Oct 2012 22:11:12 +0200] rev 49895
another Future.shutdown after Future.cancel_groups (cf. 0d4106850eb2);
wenzelm [Wed, 17 Oct 2012 21:18:32 +0200] rev 49894
more robust cancel_now: avoid shooting yourself in the foot;
wenzelm [Wed, 17 Oct 2012 21:04:51 +0200] rev 49893
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;
wenzelm [Wed, 17 Oct 2012 14:58:04 +0200] rev 49892
proper 'oops' to force sequential checking here, and avoid spurious *** Interrupt stemming from crash of forked outer syntax element;
wenzelm [Wed, 17 Oct 2012 14:39:00 +0200] rev 49891
added Output "Detach" button;
wenzelm [Wed, 17 Oct 2012 14:20:54 +0200] rev 49890
skipped proofs appear as "bad" without counting as error;
wenzelm [Wed, 17 Oct 2012 13:20:08 +0200] rev 49889
more method position information, notably finished_pos after end of previous text;
wenzelm [Wed, 17 Oct 2012 10:46:14 +0200] rev 49888
more formal markup;
wenzelm [Wed, 17 Oct 2012 10:45:43 +0200] rev 49887
tuned signature;
prefer exception Fail for internal errors;
wenzelm [Wed, 17 Oct 2012 10:26:27 +0200] rev 49886
more formal markup;
kuncar [Wed, 17 Oct 2012 00:16:31 +0200] rev 49885
don't be so aggressive when expanding a transfer rule relation; rewrite only the relational part of the rule
wenzelm [Tue, 16 Oct 2012 22:38:34 +0200] rev 49884
merged
blanchet [Tue, 16 Oct 2012 20:31:08 +0200] rev 49883
added missing file
traytel [Tue, 16 Oct 2012 20:11:15 +0200] rev 49882
tuned for document output
blanchet [Tue, 16 Oct 2012 18:50:53 +0200] rev 49881
added proof minimization code from Steffen Smolka
traytel [Tue, 16 Oct 2012 18:07:59 +0200] rev 49880
tuned blank lines
traytel [Tue, 16 Oct 2012 18:05:28 +0200] rev 49879
tuned whitespace
popescua [Tue, 16 Oct 2012 17:33:08 +0200] rev 49878
a few notations changed in HOL/BNF/Examples/Derivation_Trees
popescua [Tue, 16 Oct 2012 17:08:20 +0200] rev 49877
ported HOL/BNF/Examples/Derivation_Trees to the latest status of the codatatype package
bulwahn [Tue, 16 Oct 2012 13:57:08 +0200] rev 49876
adding test cases for f x y : S patterns in set_comprehension_pointfree simproc
bulwahn [Tue, 16 Oct 2012 13:18:13 +0200] rev 49875
tactic of set_comprehension_pointfree simproc handles f x y : S patterns with Set.vimage
bulwahn [Tue, 16 Oct 2012 13:18:12 +0200] rev 49874
term construction of set_comprehension_pointfree simproc handles f x y : S patterns with Set.vimage
bulwahn [Tue, 16 Oct 2012 13:18:10 +0200] rev 49873
extending preprocessing of simproc to rewrite subset inequality into membership of powerset
popescua [Tue, 16 Oct 2012 13:15:58 +0200] rev 49872
update ROOT with teh directory change in BNF
popescua [Tue, 16 Oct 2012 13:09:46 +0200] rev 49871
changed name of BNF/Example directory from Infinite_Derivation_Trees to Derivation_Trees
wenzelm [Tue, 16 Oct 2012 22:13:46 +0200] rev 49870
retain info dockable state via educated guess on window focus;
wenzelm [Tue, 16 Oct 2012 21:30:52 +0200] rev 49869
support for more informative errors in lazy enumerations;