Tue, 04 Sep 2012 14:21:11 +0200 more work on FP sugar
blanchet [Tue, 04 Sep 2012 14:21:11 +0200] rev 49124
more work on FP sugar
Tue, 04 Sep 2012 13:06:41 +0200 more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet [Tue, 04 Sep 2012 13:06:41 +0200] rev 49123
more work on sugar + simplify Trueprop + eq idiom everywhere
Tue, 04 Sep 2012 13:05:07 +0200 renamed "disc_exclus" theorem to "disc_exclude"
blanchet [Tue, 04 Sep 2012 13:05:07 +0200] rev 49122
renamed "disc_exclus" theorem to "disc_exclude"
Tue, 04 Sep 2012 13:05:01 +0200 more work on FP sugar
blanchet [Tue, 04 Sep 2012 13:05:01 +0200] rev 49121
more work on FP sugar
Tue, 04 Sep 2012 13:02:32 +0200 smarter "*" syntax -- fallback on "_" if "*" is impossible
blanchet [Tue, 04 Sep 2012 13:02:32 +0200] rev 49120
smarter "*" syntax -- fallback on "_" if "*" is impossible
Tue, 04 Sep 2012 13:02:32 +0200 more work on FP sugar
blanchet [Tue, 04 Sep 2012 13:02:32 +0200] rev 49119
more work on FP sugar
Tue, 04 Sep 2012 13:02:31 +0200 renamed theorem
blanchet [Tue, 04 Sep 2012 13:02:31 +0200] rev 49118
renamed theorem
Tue, 04 Sep 2012 13:02:30 +0200 tuned TODO comment
blanchet [Tue, 04 Sep 2012 13:02:30 +0200] rev 49117
tuned TODO comment
Tue, 04 Sep 2012 13:02:30 +0200 allow pseudo-definition of is_Cons in terms of is_Nil (and similarly for other two-constructor datatypes)
blanchet [Tue, 04 Sep 2012 13:02:30 +0200] rev 49116
allow pseudo-definition of is_Cons in terms of is_Nil (and similarly for other two-constructor datatypes)
Tue, 04 Sep 2012 13:02:29 +0200 removed oddities
blanchet [Tue, 04 Sep 2012 13:02:29 +0200] rev 49115
removed oddities
Tue, 04 Sep 2012 13:02:28 +0200 allow "*" to indicate no discriminator
blanchet [Tue, 04 Sep 2012 13:02:28 +0200] rev 49114
allow "*" to indicate no discriminator
Tue, 04 Sep 2012 13:02:28 +0200 tuned TODOs
blanchet [Tue, 04 Sep 2012 13:02:28 +0200] rev 49113
tuned TODOs
Tue, 04 Sep 2012 13:02:26 +0200 started work on sugared "(co)data" commands
blanchet [Tue, 04 Sep 2012 13:02:26 +0200] rev 49112
started work on sugared "(co)data" commands
Tue, 04 Sep 2012 13:02:25 +0200 export "wrap" function
blanchet [Tue, 04 Sep 2012 13:02:25 +0200] rev 49111
export "wrap" function
Tue, 04 Sep 2012 12:12:03 +0200 eliminated obsolete "parallel_proofs = 0" restriction (cf. 0e5b859e1c91)
traytel [Tue, 04 Sep 2012 12:12:03 +0200] rev 49110
eliminated obsolete "parallel_proofs = 0" restriction (cf. 0e5b859e1c91)
Tue, 04 Sep 2012 12:10:19 +0200 no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel [Tue, 04 Sep 2012 12:10:19 +0200] rev 49109
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
Tue, 04 Sep 2012 00:16:03 +0200 enable parallel terminal proofs in interaction;
wenzelm [Tue, 04 Sep 2012 00:16:03 +0200] rev 49108
enable parallel terminal proofs in interaction;
Mon, 03 Sep 2012 23:03:54 +0200 misc tuning;
wenzelm [Mon, 03 Sep 2012 23:03:54 +0200] rev 49107
misc tuning;
Mon, 03 Sep 2012 22:51:33 +0200 merged
wenzelm [Mon, 03 Sep 2012 22:51:33 +0200] rev 49106
merged
Mon, 03 Sep 2012 18:12:59 +0200 killed internal output
traytel [Mon, 03 Sep 2012 18:12:59 +0200] rev 49105
killed internal output
Mon, 03 Sep 2012 17:57:34 +0200 generate coinductive witnesses for codatatypes
traytel [Mon, 03 Sep 2012 17:57:34 +0200] rev 49104
generate coinductive witnesses for codatatypes
Mon, 03 Sep 2012 17:56:39 +0200 generalized signature
traytel [Mon, 03 Sep 2012 17:56:39 +0200] rev 49103
generalized signature
Mon, 03 Sep 2012 17:55:42 +0200 added examples for testing of coinductive witnesses
traytel [Mon, 03 Sep 2012 17:55:42 +0200] rev 49102
added examples for testing of coinductive witnesses
Mon, 03 Sep 2012 22:50:07 +0200 continue with more robust dummy session after failed startup;
wenzelm [Mon, 03 Sep 2012 22:50:07 +0200] rev 49101
continue with more robust dummy session after failed startup;
Mon, 03 Sep 2012 22:31:27 +0200 prefer old startup dialog scheme (cf. 514bb82514df);
wenzelm [Mon, 03 Sep 2012 22:31:27 +0200] rev 49100
prefer old startup dialog scheme (cf. 514bb82514df);
Mon, 03 Sep 2012 22:22:38 +0200 more permissive handling of plugin startup failure;
wenzelm [Mon, 03 Sep 2012 22:22:38 +0200] rev 49099
more permissive handling of plugin startup failure;
Mon, 03 Sep 2012 21:30:34 +0200 bypass slow check for inlined files, where it is not really required;
wenzelm [Mon, 03 Sep 2012 21:30:34 +0200] rev 49098
bypass slow check for inlined files, where it is not really required;
Mon, 03 Sep 2012 20:57:51 +0200 more direct access to all-important chunks for text painting;
wenzelm [Mon, 03 Sep 2012 20:57:51 +0200] rev 49097
more direct access to all-important chunks for text painting; clarified line_start offset: physical line start not start(i);
Mon, 03 Sep 2012 15:50:41 +0200 merged
nipkow [Mon, 03 Sep 2012 15:50:41 +0200] rev 49096
merged
Mon, 03 Sep 2012 15:41:06 +0200 added annotations after condition in if and while
nipkow [Mon, 03 Sep 2012 15:41:06 +0200] rev 49095
added annotations after condition in if and while
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip