blanchet [Tue, 11 Sep 2012 13:10:34 +0200] rev 49277
tuning
blanchet [Tue, 11 Sep 2012 13:06:14 +0200] rev 49276
finished splitting sum types for corecursors
blanchet [Tue, 11 Sep 2012 13:06:14 +0200] rev 49275
split sum types in corecursor definition
blanchet [Tue, 11 Sep 2012 13:06:13 +0200] rev 49274
first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet [Tue, 11 Sep 2012 13:06:13 +0200] rev 49273
reverted "id" change: The problem is rather that the "%c. f c" argument sometimes gets eta-reduced
wenzelm [Tue, 11 Sep 2012 16:10:54 +0200] rev 49272
replaced jedit_relative_font_size by jedit_font_scale;
wenzelm [Tue, 11 Sep 2012 15:59:35 +0200] rev 49271
need to provide label via some jEdit property;
wenzelm [Tue, 11 Sep 2012 15:47:42 +0200] rev 49270
some support to organize options in sections;
wenzelm [Tue, 11 Sep 2012 11:53:34 +0200] rev 49269
merged
blanchet [Tue, 11 Sep 2012 09:40:05 +0200] rev 49268
generate "id" rather than (%v. v)
blanchet [Tue, 11 Sep 2012 09:40:05 +0200] rev 49267
correctly generate sel_coiter and sel_corec theorems
blanchet [Mon, 10 Sep 2012 21:44:43 +0200] rev 49266
generate "sel_coiters" and friends
blanchet [Mon, 10 Sep 2012 18:50:27 +0200] rev 49265
sanity check
blanchet [Mon, 10 Sep 2012 18:29:55 +0200] rev 49264
implemented and use "mk_sum_casesN_balanced"
blanchet [Mon, 10 Sep 2012 17:52:01 +0200] rev 49263
fixed general case of "mk_sumEN_balanced"
blanchet [Mon, 10 Sep 2012 17:36:02 +0200] rev 49262
debug
blanchet [Mon, 10 Sep 2012 17:36:02 +0200] rev 49261
fixed base case of "mk_sumEN_balanced"
blanchet [Mon, 10 Sep 2012 17:36:02 +0200] rev 49260
prevent inconsistent selector types
blanchet [Mon, 10 Sep 2012 17:36:02 +0200] rev 49259
minor optimization
blanchet [Mon, 10 Sep 2012 17:36:02 +0200] rev 49258
allow same selector name for several constructors
blanchet [Mon, 10 Sep 2012 17:36:02 +0200] rev 49257
removed done TODO
blanchet [Mon, 10 Sep 2012 17:36:02 +0200] rev 49256
avoid type inference + tuning
blanchet [Mon, 10 Sep 2012 17:35:53 +0200] rev 49255
use balanced sums for constructors (to gracefully handle 100 constructors or more)
blanchet [Mon, 10 Sep 2012 17:32:39 +0200] rev 49254
busted -- let's use more neutral names
bulwahn [Mon, 10 Sep 2012 14:52:22 +0200] rev 49253
replacing own dummy value by Haskell's Prelude.undefined
wenzelm [Tue, 11 Sep 2012 11:29:28 +0200] rev 49252
prefer global default font over IsabelleText of jEdit TextArea;
wenzelm [Tue, 11 Sep 2012 11:03:59 +0200] rev 49251
uniform operation on initial delay;
wenzelm [Mon, 10 Sep 2012 21:17:32 +0200] rev 49250
option jedit_load_delay;
tuned;
wenzelm [Mon, 10 Sep 2012 21:15:46 +0200] rev 49249
dynamic evaluation of time (e.g. via options);
proper setInitialDelay, not setDelay;
wenzelm [Mon, 10 Sep 2012 19:56:08 +0200] rev 49248
proper multi-line tooltip;
wenzelm [Mon, 10 Sep 2012 19:49:30 +0200] rev 49247
more detailed option tooltip;
more formal option.load;
properties change propagation to Session_Dockable;
wenzelm [Mon, 10 Sep 2012 17:13:17 +0200] rev 49246
more systematic JEdit_Options.make_component;
separate module Isabelle_Logic;
wenzelm [Mon, 10 Sep 2012 15:20:50 +0200] rev 49245
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm [Mon, 10 Sep 2012 13:19:56 +0200] rev 49244
formal markup for @{file} (for hyperlinks etc.) -- interpret path wrt. master directory as usual;
wenzelm [Mon, 10 Sep 2012 12:13:39 +0200] rev 49243
more explicit indication of legacy features;
wenzelm [Mon, 10 Sep 2012 12:00:28 +0200] rev 49242
more explicit indication of legacy features;
traytel [Mon, 10 Sep 2012 09:57:21 +0200] rev 49241
simplify "Process" example even further
traytel [Mon, 10 Sep 2012 09:56:06 +0200] rev 49240
stabilized generation of parameterized theorem
nipkow [Mon, 10 Sep 2012 06:46:17 +0200] rev 49239
added snippets
blanchet [Sun, 09 Sep 2012 21:22:31 +0200] rev 49238
simplify "Process" example further
blanchet [Sun, 09 Sep 2012 21:22:31 +0200] rev 49237
simplify "Process" example
traytel [Sun, 09 Sep 2012 21:13:15 +0200] rev 49236
full name of a type as key in bnf table
blanchet [Sun, 09 Sep 2012 19:57:20 +0200] rev 49235
fixed bug with one-value codatatype "codata 'a dead_foo = A"
blanchet [Sun, 09 Sep 2012 19:05:53 +0200] rev 49234
tuning
blanchet [Sun, 09 Sep 2012 18:55:10 +0200] rev 49233
fixed and reenabled "corecs" theorems
blanchet [Sun, 09 Sep 2012 17:14:39 +0200] rev 49232
fixed and enabled generation of "coiters" theorems, including the recursive case
blanchet [Sun, 09 Sep 2012 13:04:57 +0200] rev 49231
generate "fld_unf_corecs" as well
blanchet [Sun, 09 Sep 2012 12:51:17 +0200] rev 49230
reactivated generation of "coiters" theorems
blanchet [Sun, 09 Sep 2012 12:07:15 +0200] rev 49229
use map_id, not map_id', to allow better composition
traytel [Sun, 09 Sep 2012 10:58:11 +0200] rev 49228
open typedefs everywhere in the package
traytel [Sun, 09 Sep 2012 10:15:58 +0200] rev 49227
open typedef for datatypes
blanchet [Sat, 08 Sep 2012 22:54:37 +0200] rev 49226
fixed and enabled iterator/recursor theorems
blanchet [Sat, 08 Sep 2012 21:52:17 +0200] rev 49225
renamed for consistency
blanchet [Sat, 08 Sep 2012 21:37:23 +0200] rev 49224
oops
blanchet [Sat, 08 Sep 2012 21:33:15 +0200] rev 49223
tuning
blanchet [Sat, 08 Sep 2012 21:30:31 +0200] rev 49222
for compatiblity with old datatype package: not only "recs" with "s", but also "iters" and their "fld_"/"unf_" variants
blanchet [Sat, 08 Sep 2012 21:21:27 +0200] rev 49221
fixed bug with one-value types with phantom type arguments
blanchet [Sat, 08 Sep 2012 21:04:27 +0200] rev 49220
imported patch debugging
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49219
repaired "nofail4" example
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49218
renamed xxxBNF to pre_xxx
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49217
fixed handling of map of "fun"
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49216
comment out code that's not ready
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49215
tuning
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49214
construct the right iterator theorem in the recursive case
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49213
some work on coiter tactic
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49212
more sugar on codatatypes
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49211
define corecursors
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49210
define coiterators
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49209
TODO
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49208
tuning
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49207
completed iter/rec proofs
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49206
TODOs
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49205
implemented "mk_iter_or_rec_tac"
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49204
generate iter/rec goals
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49203
repaired constant types
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49202
some work towards iterator and recursor properties
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49201
tuning
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49200
correctly curry recursor arguments
blanchet [Sat, 08 Sep 2012 21:04:26 +0200] rev 49199
added high-level recursor, not yet curried
wenzelm [Fri, 07 Sep 2012 15:28:48 +0200] rev 49198
merged
wenzelm [Fri, 07 Sep 2012 15:15:07 +0200] rev 49197
tuned proofs;
wenzelm [Fri, 07 Sep 2012 15:00:03 +0200] rev 49196
postpone update of text overview panel after incoming session edits, to improve reactivity of editing massive theories like src/HOL/Multivariate_Analysis;
wenzelm [Fri, 07 Sep 2012 13:58:54 +0200] rev 49195
more explicit Delay operations;
wenzelm [Fri, 07 Sep 2012 13:58:43 +0200] rev 49194
tuned proofs;
bulwahn [Fri, 07 Sep 2012 14:15:46 +0200] rev 49193
clearer names for functions in Quickcheck's narrowing engine
nipkow [Fri, 07 Sep 2012 08:36:04 +0200] rev 49192
merged
nipkow [Fri, 07 Sep 2012 08:35:35 +0200] rev 49191
tuned latex
haftmann [Fri, 07 Sep 2012 08:20:18 +0200] rev 49190
lattice instances for option type
haftmann [Fri, 07 Sep 2012 08:20:18 +0200] rev 49189
combinator Option.these
nipkow [Fri, 07 Sep 2012 07:20:55 +0200] rev 49188
adjusted examples
huffman [Thu, 06 Sep 2012 08:59:50 -0700] rev 49187
countable_datatype method: pre-instantiate induction rule to avoid failure with e.g. datatype a = A "b list" and b = B "a"
traytel [Thu, 06 Sep 2012 17:12:24 +0200] rev 49186
handle type constructors not known to be a BNF using the DEADID BNF
traytel [Thu, 06 Sep 2012 16:06:22 +0200] rev 49185
respect order of/additional type variables supplied by the user in fixed point constructions;
blanchet [Thu, 06 Sep 2012 12:21:33 +0200] rev 49184
gracefully handle shadowing case (fourth step of sugar localization)
blanchet [Thu, 06 Sep 2012 12:14:40 +0200] rev 49183
careful about constructor types w.r.t. fake context (third step of localization)
blanchet [Thu, 06 Sep 2012 12:04:40 +0200] rev 49182
read the real types off the constant types, rather than using the fake parser types (second step of sugar localization)
blanchet [Thu, 06 Sep 2012 11:57:36 +0200] rev 49181
tuning
blanchet [Thu, 06 Sep 2012 11:55:23 +0200] rev 49180
use "add_type" rather than "add_types_global"
blanchet [Thu, 06 Sep 2012 11:51:19 +0200] rev 49179
don't throw away the context when hacking the theory (first step to localize the sugar code)
blanchet [Thu, 06 Sep 2012 11:46:08 +0200] rev 49178
tuning
blanchet [Thu, 06 Sep 2012 11:34:05 +0200] rev 49177
introduced and used "mk_Freesss", and simplified "mk_Freess(')"
blanchet [Thu, 06 Sep 2012 02:56:21 +0200] rev 49176
construct high-level iterator RHS
krauss [Thu, 06 Sep 2012 01:37:24 +0200] rev 49175
option for discarding build results, enabled in particular for Isabelle_makeall
blanchet [Wed, 05 Sep 2012 23:59:44 +0200] rev 49174
by default, only generate one discriminator for a two-value datatype
wenzelm [Wed, 05 Sep 2012 20:54:40 +0200] rev 49173
eliminated potentially confusing terminology of Scala "layer";
wenzelm [Wed, 05 Sep 2012 20:36:13 +0200] rev 49172
merged
wenzelm [Wed, 05 Sep 2012 20:19:37 +0200] rev 49171
tuned proofs;
wenzelm [Wed, 05 Sep 2012 19:51:00 +0200] rev 49170
discontinued obsolete fork_mono to loosen some brakes -- NB: TTY interaction has Goal.future_proofs disabled due to missing Future.worker_task;
blanchet [Wed, 05 Sep 2012 19:58:09 +0200] rev 49169
honor mixfix specifications
blanchet [Wed, 05 Sep 2012 19:57:50 +0200] rev 49168
code indentation
blanchet [Wed, 05 Sep 2012 16:17:53 +0200] rev 49167
print timing information
blanchet [Wed, 05 Sep 2012 16:07:39 +0200] rev 49166
adapted example