Thu, 30 Aug 2012 13:38:27 +0900 added theory instantiating type class order for list prefixes
Christian Sternagel [Thu, 30 Aug 2012 13:38:27 +0900] rev 49089
added theory instantiating type class order for list prefixes
Thu, 30 Aug 2012 13:06:04 +0900 Main is implicitly imported via Sublist
Christian Sternagel [Thu, 30 Aug 2012 13:06:04 +0900] rev 49088
Main is implicitly imported via Sublist
Thu, 30 Aug 2012 13:05:11 +0900 added author
Christian Sternagel [Thu, 30 Aug 2012 13:05:11 +0900] rev 49087
added author
Thu, 30 Aug 2012 13:03:03 +0900 List is implicitly imported by Main
Christian Sternagel [Thu, 30 Aug 2012 13:03:03 +0900] rev 49086
List is implicitly imported by Main
Wed, 29 Aug 2012 16:25:35 +0900 introduced "sub" as abbreviation for "emb (op =)";
Christian Sternagel [Wed, 29 Aug 2012 16:25:35 +0900] rev 49085
introduced "sub" as abbreviation for "emb (op =)"; Sublist_Order is now based on Sublist.sub; simplified and moved most lemmas on sub from Sublist_Order to Sublist; Sublist_Order merely contains ord and order instances for sub plus some lemmas on the strict part of the order
Wed, 29 Aug 2012 12:24:26 +0900 base Sublist_Order on Sublist (using a simplified form of embedding as sublist relation)
Christian Sternagel [Wed, 29 Aug 2012 12:24:26 +0900] rev 49084
base Sublist_Order on Sublist (using a simplified form of embedding as sublist relation)
Wed, 29 Aug 2012 12:23:14 +0900 dropped ord and bot instance for list prefixes (use locale interpretation instead, which allows users to decide what order to use on lists)
Christian Sternagel [Wed, 29 Aug 2012 12:23:14 +0900] rev 49083
dropped ord and bot instance for list prefixes (use locale interpretation instead, which allows users to decide what order to use on lists)
Wed, 29 Aug 2012 11:05:44 +0900 more lemmas on suffixes and embedding
Christian Sternagel [Wed, 29 Aug 2012 11:05:44 +0900] rev 49082
more lemmas on suffixes and embedding
Wed, 29 Aug 2012 10:57:24 +0900 changed arguement order of suffixeq (to facilitate reading "suffixeq xs ys" as "xs is a (possibly empty) suffix of ys)
Christian Sternagel [Wed, 29 Aug 2012 10:57:24 +0900] rev 49081
changed arguement order of suffixeq (to facilitate reading "suffixeq xs ys" as "xs is a (possibly empty) suffix of ys)
Wed, 29 Aug 2012 10:48:28 +0900 added embedding for lists (constant emb)
Christian Sternagel [Wed, 29 Aug 2012 10:48:28 +0900] rev 49080
added embedding for lists (constant emb)
Wed, 29 Aug 2012 10:46:11 +0900 renamed (in Sublist): postfix ~> suffixeq, and dropped infix syntax >>=
Christian Sternagel [Wed, 29 Aug 2012 10:46:11 +0900] rev 49079
renamed (in Sublist): postfix ~> suffixeq, and dropped infix syntax >>=
Wed, 29 Aug 2012 10:35:05 +0900 renamed (in Sublist): prefix ~> prefixeq, strict_prefix ~> prefix
Christian Sternagel [Wed, 29 Aug 2012 10:35:05 +0900] rev 49078
renamed (in Sublist): prefix ~> prefixeq, strict_prefix ~> prefix
Wed, 29 Aug 2012 10:27:56 +0900 renamed theory List_Prefix into Sublist (since it is not only about prefixes)
Christian Sternagel [Wed, 29 Aug 2012 10:27:56 +0900] rev 49077
renamed theory List_Prefix into Sublist (since it is not only about prefixes)
Mon, 03 Sep 2012 11:54:21 +0200 compile
blanchet [Mon, 03 Sep 2012 11:54:21 +0200] rev 49076
compile
Mon, 03 Sep 2012 11:54:21 +0200 rearrange dependencies
blanchet [Mon, 03 Sep 2012 11:54:21 +0200] rev 49075
rearrange dependencies
Mon, 03 Sep 2012 11:54:21 +0200 renamed three BNF/(co)datatype-related commands
blanchet [Mon, 03 Sep 2012 11:54:21 +0200] rev 49074
renamed three BNF/(co)datatype-related commands
Mon, 03 Sep 2012 11:30:29 +0200 tuned boundary cases of command-line;
wenzelm [Mon, 03 Sep 2012 11:30:29 +0200] rev 49073
tuned boundary cases of command-line; adhoc removal of PDFs stemming from base sessions;
Mon, 03 Sep 2012 11:09:25 +0200 "isabelle logo" produces EPS and PDF format simultaneously;
wenzelm [Mon, 03 Sep 2012 11:09:25 +0200] rev 49072
"isabelle logo" produces EPS and PDF format simultaneously; more robust invocation of epstopdf: avoid filter mode;
Mon, 03 Sep 2012 10:17:17 +0200 actually reset output when there is no valid command span here (especially relevant at very end of jEdit buffer, which lacks the terminating newline);
wenzelm [Mon, 03 Sep 2012 10:17:17 +0200] rev 49071
actually reset output when there is no valid command span here (especially relevant at very end of jEdit buffer, which lacks the terminating newline);
Mon, 03 Sep 2012 09:15:58 +0200 tuned proofs;
wenzelm [Mon, 03 Sep 2012 09:15:58 +0200] rev 49070
tuned proofs;
Mon, 03 Sep 2012 09:15:40 +0200 some parallel ML;
wenzelm [Mon, 03 Sep 2012 09:15:40 +0200] rev 49069
some parallel ML;
Sun, 02 Sep 2012 21:24:33 +0200 proper classpath on windows;
wenzelm [Sun, 02 Sep 2012 21:24:33 +0200] rev 49068
proper classpath on windows;
Sun, 02 Sep 2012 21:07:50 +0200 proper classpath for Java FX;
wenzelm [Sun, 02 Sep 2012 21:07:50 +0200] rev 49067
proper classpath for Java FX;
Sun, 02 Sep 2012 21:01:11 +0200 basic setup for HTML5 panel;
wenzelm [Sun, 02 Sep 2012 21:01:11 +0200] rev 49066
basic setup for HTML5 panel; more JFX_Thread.operations;
Sun, 02 Sep 2012 19:26:05 +0200 basic support for Java FX;
wenzelm [Sun, 02 Sep 2012 19:26:05 +0200] rev 49065
basic support for Java FX;
Sun, 02 Sep 2012 14:02:05 +0200 maintain stable state of node entries from last round -- bypass slightly different Thm.join_theory_proofs;
wenzelm [Sun, 02 Sep 2012 14:02:05 +0200] rev 49064
maintain stable state of node entries from last round -- bypass slightly different Thm.join_theory_proofs;
Sat, 01 Sep 2012 19:46:21 +0200 removed unused material;
wenzelm [Sat, 01 Sep 2012 19:46:21 +0200] rev 49063
removed unused material;
Sat, 01 Sep 2012 19:43:18 +0200 discontinued complicated/unreliable notion of recent proofs within context;
wenzelm [Sat, 01 Sep 2012 19:43:18 +0200] rev 49062
discontinued complicated/unreliable notion of recent proofs within context;
Sat, 01 Sep 2012 19:27:28 +0200 central management of forked goals wrt. transaction id;
wenzelm [Sat, 01 Sep 2012 19:27:28 +0200] rev 49061
central management of forked goals wrt. transaction id; clarified stable_exec_id: consider ragular failure as stable; more robust counting of forked proofs, with global reset after cancellation due to document editing;
Fri, 31 Aug 2012 22:34:37 +0200 merged
wenzelm [Fri, 31 Aug 2012 22:34:37 +0200] rev 49060
merged
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip