blanchet [Thu, 27 Sep 2012 00:40:51 +0200] rev 49601
modernized examples;
removed now trivial "HFset"
wenzelm [Wed, 26 Sep 2012 23:30:19 +0200] rev 49600
some support for jEdit warmstart;
wenzelm [Wed, 26 Sep 2012 19:50:10 +0200] rev 49599
discontinued XML.cache experiment -- Poly/ML 5.5.0 RTS does online sharing better;
wenzelm [Wed, 26 Sep 2012 16:37:21 +0200] rev 49598
tuned message;
wenzelm [Wed, 26 Sep 2012 15:04:15 +0200] rev 49597
merged
blanchet [Wed, 26 Sep 2012 10:41:36 +0200] rev 49596
disable parallel proofs for two big examples -- speeds up things and eliminates spurious Interrupt exceptions (to be investigated)
blanchet [Wed, 26 Sep 2012 10:01:00 +0200] rev 49595
got rid of other instance of shaky "Thm.generalize"
blanchet [Wed, 26 Sep 2012 10:01:00 +0200] rev 49594
tweaked theorem names (in particular, dropped s's)
blanchet [Wed, 26 Sep 2012 10:01:00 +0200] rev 49593
get rid of shaky "Thm.generalize"
blanchet [Wed, 26 Sep 2012 10:01:00 +0200] rev 49592
fixed "rels" + split them into injectivity and distinctness
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49591
generate high-level "coinduct" and "strong_coinduct" properties
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49590
added coinduction tactic
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49589
generalized tactic a bit
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49588
export "dtor_map_coinduct" theorems, since they're used in one example
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49587
name tuning
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49586
parameterized "subst_tac"
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49585
generate high-level "maps", "sets", and "rels" properties
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49584
use singular since there is always only one theorem
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49583
nicer type var names
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49582
renamed "dtor_rel_coinduct" etc. to "dtor_coinduct"
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49581
renamed "dtor_coinduct" etc. to "dtor_map_coinduct"
blanchet [Wed, 26 Sep 2012 10:00:59 +0200] rev 49580
leave out some internal theorems unless "bnf_note_all" is set
nipkow [Wed, 26 Sep 2012 03:16:40 +0200] rev 49579
tuned
nipkow [Wed, 26 Sep 2012 03:03:11 +0200] rev 49578
added counterexamples
nipkow [Wed, 26 Sep 2012 02:51:59 +0200] rev 49577
tuned
nipkow [Tue, 25 Sep 2012 07:37:42 +0200] rev 49576
tuned
wenzelm [Wed, 26 Sep 2012 15:01:45 +0200] rev 49575
more uniform graphview terminology;
wenzelm [Wed, 26 Sep 2012 14:56:59 +0200] rev 49574
proper Symbol.decode -- especially relevant for Proof General;
wenzelm [Wed, 26 Sep 2012 14:55:51 +0200] rev 49573
suppress empty tooltips;
wenzelm [Wed, 26 Sep 2012 14:52:18 +0200] rev 49572
obsolete;
wenzelm [Wed, 26 Sep 2012 14:50:46 +0200] rev 49571
updated keywords;
wenzelm [Wed, 26 Sep 2012 14:38:23 +0200] rev 49570
more uniform graphview terminology;
wenzelm [Wed, 26 Sep 2012 14:23:33 +0200] rev 49569
tuned pretty_locale/print_locale, with more basic pretty_locale_deps based on that;
added command 'locale_deps';
graphview prints plain text only -- removed dependency on old Cobra HTML_Panel;
wenzelm [Wed, 26 Sep 2012 14:13:07 +0200] rev 49568
proper install_fonts;
wenzelm [Tue, 25 Sep 2012 22:52:40 +0200] rev 49567
proper jvmpath for Windows;
wenzelm [Tue, 25 Sep 2012 22:36:06 +0200] rev 49566
basic integration of graphview into document model;
added Graph_Dockable;
updated Isabelle/jEdit authors and dependencies etc.;
wenzelm [Tue, 25 Sep 2012 20:28:47 +0200] rev 49565
ML support for generic graph display, with browser and graphview backends (via print modes);
reverse graph layout (again), according to the graph orientation provided by ML;
simplified scala types -- eliminated unused type parameters;
more explicit Model.Info, Model.Graph;
renamed isabelle.graphview.Graphview_Frame to isabelle.graphview.Frame in accordance to file name;
removed obsolete Graph_XML and Tooltips;
tuned graphview command line;
more generous JVM resources via GRAPHVIEW_JAVA_OPTIONS;
wenzelm [Tue, 25 Sep 2012 18:24:49 +0200] rev 49564
tuned;
wenzelm [Tue, 25 Sep 2012 16:55:32 +0200] rev 49563
more complete build;
added option -c to imitate old browser;
wenzelm [Tue, 25 Sep 2012 16:48:33 +0200] rev 49562
proper error message;
wenzelm [Tue, 25 Sep 2012 15:40:41 +0200] rev 49561
separate module Graph_Display;
tuned signature;
wenzelm [Tue, 25 Sep 2012 14:32:41 +0200] rev 49560
added graph encode/decode operations;
tuned signature;
wenzelm [Tue, 25 Sep 2012 12:17:58 +0200] rev 49559
tuned;
wenzelm [Mon, 24 Sep 2012 21:16:33 +0200] rev 49558
minimal component and build setup for graphview;
Markus Kaiser <markus.kaiser@in.tum.de> [Mon, 24 Sep 2012 20:22:58 +0200] rev 49557
added Graphview tool, based on Isabelle/Scala and Swing/Graphics2D;
haftmann [Mon, 24 Sep 2012 19:11:35 +0200] rev 49556
made smlnj even happier
wenzelm [Mon, 24 Sep 2012 17:52:44 +0200] rev 49555
tuned proofs;
wenzelm [Mon, 24 Sep 2012 17:28:36 +0200] rev 49554
more explicit keyword1/keyword2 markup -- avoid potential conflict with input token markup produced by Token_Marker;
wenzelm [Mon, 24 Sep 2012 16:41:51 +0200] rev 49553
updated checksum, which appears to have changed accidentally;
wenzelm [Mon, 24 Sep 2012 16:39:26 +0200] rev 49552
updated to exec_process-1.0.2;
wenzelm [Mon, 24 Sep 2012 16:27:48 +0200] rev 49551
search bash via PATH as usual (this is no longer restricted to Cygwin with its known file-system layout);
wenzelm [Mon, 24 Sep 2012 16:13:56 +0200] rev 49550
discontinued futile attempt to hardwire build options into the image, sequential mode is enabled more robustly at runtime (cf. 3b0a60eee56e);
wenzelm [Mon, 24 Sep 2012 15:37:58 +0200] rev 49549
Mirabelle appears to work better in single-threaded mode;
nipkow [Mon, 24 Sep 2012 14:22:07 +0200] rev 49548
generalized types
nipkow [Mon, 24 Sep 2012 06:58:09 +0200] rev 49547
tuned termination proof
blanchet [Sun, 23 Sep 2012 14:52:53 +0200] rev 49546
adapted examples to new names
blanchet [Sun, 23 Sep 2012 14:52:53 +0200] rev 49545
renamed coinduction principles to have "dtor" in the name
blanchet [Sun, 23 Sep 2012 14:52:53 +0200] rev 49544
renamed "set_incl" etc. to have "ctor" or "dtor" in the name
blanchet [Sun, 23 Sep 2012 14:52:53 +0200] rev 49543
renamed low-level "map_unique" to have "ctor" or "dtor" in the name
blanchet [Sun, 23 Sep 2012 14:52:53 +0200] rev 49542
renamed low-level "set_simps" and "set_induct" to have "ctor" or "dtor" in the name
blanchet [Sun, 23 Sep 2012 14:52:53 +0200] rev 49541
renamed "map_simps" to "{c,d}tor_maps"
blanchet [Sun, 23 Sep 2012 14:52:53 +0200] rev 49540
took out accidentally submitted "tracing" calls
blanchet [Sun, 23 Sep 2012 14:52:53 +0200] rev 49539
fixed bug in "fold" tactic with nested products (beyond the sum of product corresponding to constructors)
blanchet [Sun, 23 Sep 2012 14:52:53 +0200] rev 49538
simplified fact policies
blanchet [Sun, 23 Sep 2012 14:52:53 +0200] rev 49537
generate "rel_as_srel" and "rel_flip" properties
blanchet [Sun, 23 Sep 2012 14:52:53 +0200] rev 49536
started work on generation of "rel" theorems
haftmann [Sun, 23 Sep 2012 08:24:19 +0200] rev 49535
make smlnj happy
haftmann [Sat, 22 Sep 2012 21:59:40 +0200] rev 49534
more strict typscheme_equiv check: must fix variables of more specific type;
dropped dead code;
tuned order
haftmann [Sat, 22 Sep 2012 21:59:40 +0200] rev 49533
cache should not contain material from descendant theory
wenzelm [Sat, 22 Sep 2012 21:23:16 +0200] rev 49532
some PIDE NEWS from this summer;
wenzelm [Sat, 22 Sep 2012 20:38:42 +0200] rev 49531
tuned whitespace;
wenzelm [Sat, 22 Sep 2012 20:37:47 +0200] rev 49530
tuned;
wenzelm [Sat, 22 Sep 2012 20:29:28 +0200] rev 49529
tuned proofs;
wenzelm [Sat, 22 Sep 2012 19:32:30 +0200] rev 49528
report proper binding positions only -- avoid swamping document model with unspecific information;
wenzelm [Sat, 22 Sep 2012 19:23:04 +0200] rev 49527
accumulate under exec_id as well;
wenzelm [Sat, 22 Sep 2012 19:16:48 +0200] rev 49526
more restrictive pattern, to avoid malformed positions intruding the command range (cf. d7a1973b063c);
wenzelm [Sat, 22 Sep 2012 17:55:56 +0200] rev 49525
misc tuning;
wenzelm [Sat, 22 Sep 2012 14:41:41 +0200] rev 49524
Thy_Syntax.consolidate_spans is subject to editor_reparse_limit, for improved experience of unbalanced comments etc.;
wenzelm [Sat, 22 Sep 2012 14:03:01 +0200] rev 49523
tuned signature;
wenzelm [Fri, 21 Sep 2012 22:45:14 +0200] rev 49522
tuned proofs;
wenzelm [Fri, 21 Sep 2012 21:24:48 +0200] rev 49521
misc tuning;
wenzelm [Fri, 21 Sep 2012 21:24:33 +0200] rev 49520
tighten margin for TextArea instead of Lobo;
wenzelm [Fri, 21 Sep 2012 20:54:48 +0200] rev 49519
misc tuning;
blanchet [Fri, 21 Sep 2012 19:17:49 +0200] rev 49518
renamed LFP low-level rel property to have ctor not dtor in its name
blanchet [Fri, 21 Sep 2012 18:25:17 +0200] rev 49517
changed base session for "HOL-BNF" for faster building in the typical case
blanchet [Fri, 21 Sep 2012 18:25:17 +0200] rev 49516
renamed "rel_simp" to "dtor_rel" and similarly for "srel"
blanchet [Fri, 21 Sep 2012 18:25:17 +0200] rev 49515
fixed a few names that escaped the renaming
blanchet [Fri, 21 Sep 2012 18:25:17 +0200] rev 49514
tuned whitespace
wenzelm [Fri, 21 Sep 2012 17:41:29 +0200] rev 49513
merged
blanchet [Fri, 21 Sep 2012 17:02:23 +0200] rev 49512
clean up lemmas used for composition
blanchet [Fri, 21 Sep 2012 16:53:38 +0200] rev 49511
created separate session "HOL-BNF-LFP" as a step towards eventual integration in "HOL" in the middle term
blanchet [Fri, 21 Sep 2012 16:45:06 +0200] rev 49510
renamed "Codatatype" directory "BNF" (and corresponding session) -- this opens the door to no-nonsense session names like "HOL-BNF-LFP"
blanchet [Fri, 21 Sep 2012 16:34:40 +0200] rev 49509
renamed top-level theory from "Codatatype" to "BNF"
blanchet [Fri, 21 Sep 2012 15:53:29 +0200] rev 49508
adapted examples to renamings
blanchet [Fri, 21 Sep 2012 15:53:29 +0200] rev 49507
renamed "pred" to "rel" (relator)
blanchet [Fri, 21 Sep 2012 15:53:29 +0200] rev 49506
renamed "rel" to "srel"
blanchet [Fri, 21 Sep 2012 15:53:29 +0200] rev 49505
fixed bug introduced by fold/unfold renaming
blanchet [Fri, 21 Sep 2012 15:53:29 +0200] rev 49504
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet [Fri, 21 Sep 2012 15:53:29 +0200] rev 49503
simplified code
blanchet [Fri, 21 Sep 2012 15:53:29 +0200] rev 49502
tuned a few ML names
blanchet [Fri, 21 Sep 2012 15:53:29 +0200] rev 49501
renamed "fld"/"unf" to "ctor"/"dtor"
blanchet [Fri, 21 Sep 2012 15:53:29 +0200] rev 49500
tuning
blanchet [Fri, 21 Sep 2012 15:53:29 +0200] rev 49499
renamed "upto" coinduction "strong"
blanchet [Fri, 21 Sep 2012 15:53:29 +0200] rev 49498
tuned variable names
nipkow [Fri, 21 Sep 2012 13:56:57 +0200] rev 49497
tuned names
nipkow [Fri, 21 Sep 2012 13:39:30 +0200] rev 49496
more termination proofs
traytel [Fri, 21 Sep 2012 12:27:56 +0200] rev 49495
rel_Gr does not depend on map_wpull
wenzelm [Fri, 21 Sep 2012 17:28:53 +0200] rev 49494
renamed Output to Output1 and Output2 to Output, and thus make the new version the default;
wenzelm [Fri, 21 Sep 2012 16:50:44 +0200] rev 49493
more realistic sendback: pick exec_id from message position and text from buffer;
wenzelm [Fri, 21 Sep 2012 15:39:51 +0200] rev 49492
some support for hovering and sendback area;
wenzelm [Fri, 21 Sep 2012 12:07:59 +0200] rev 49491
merged
traytel [Fri, 21 Sep 2012 11:51:07 +0200] rev 49490
tuned antiquotations
wenzelm [Fri, 21 Sep 2012 11:47:16 +0200] rev 49489
merged
traytel [Fri, 21 Sep 2012 11:44:55 +0200] rev 49488
use iffD* instead of (s)subst instantiated with identity; tuned antiquotations;
nipkow [Fri, 21 Sep 2012 03:41:10 +0200] rev 49487
conected CS to big-step
blanchet [Fri, 21 Sep 2012 02:19:44 +0200] rev 49486
generate "expand" property
blanchet [Thu, 20 Sep 2012 17:40:49 +0200] rev 49485
merge
blanchet [Thu, 20 Sep 2012 17:35:49 +0200] rev 49484
finished "disc_coiter_iff" etc. generation
blanchet [Thu, 20 Sep 2012 17:25:07 +0200] rev 49483
the Codatatype package currently needs all of Cardinals (temporary -- because of countable sets)
blanchet [Thu, 20 Sep 2012 17:25:07 +0200] rev 49482
generate coiter_iff and corec_iff theorems