wenzelm [Fri, 14 Feb 2014 16:25:30 +0100] rev 55494
tuned signature (in accordance to ML version);
wenzelm [Fri, 14 Feb 2014 16:11:14 +0100] rev 55493
tuned proofs;
wenzelm [Fri, 14 Feb 2014 15:42:27 +0100] rev 55492
tuned signature -- separate Lexicon from Parsers (in accordance to ML version);
wenzelm [Fri, 14 Feb 2014 14:52:50 +0100] rev 55491
prefer latest ProofGeneral-4.2-1 by default;
wenzelm [Fri, 14 Feb 2014 14:51:38 +0100] rev 55490
updated thy_info.dependencies;
wenzelm [Fri, 14 Feb 2014 14:44:43 +0100] rev 55489
tuned message;
wenzelm [Fri, 14 Feb 2014 14:39:44 +0100] rev 55488
more integrity checks of theory names vs. full node names;
kuncar [Sat, 15 Feb 2014 00:11:17 +0100] rev 55487
abstract type must be a type constructor; check it
blanchet [Fri, 14 Feb 2014 18:42:43 +0100] rev 55486
generate proper 'DtRec' indices in 'datatype_new_compat' for the case where some types are duplicated
blanchet [Fri, 14 Feb 2014 17:18:28 +0100] rev 55485
better handling of recursion through functions
blanchet [Fri, 14 Feb 2014 16:22:09 +0100] rev 55484
added examples/tests
blanchet [Fri, 14 Feb 2014 16:21:41 +0100] rev 55483
tuned code to allow mutualized corecursion through different functions with the same target type
blanchet [Fri, 14 Feb 2014 15:39:43 +0100] rev 55482
removed assumption in 'primrec_new' that a given constructor can only occur once
blanchet [Fri, 14 Feb 2014 15:14:35 +0100] rev 55481
generate unique names
blanchet [Fri, 14 Feb 2014 15:03:24 +0100] rev 55480
allow different functions to recurse on the same type, like in the old package
blanchet [Fri, 14 Feb 2014 15:03:23 +0100] rev 55479
improved 'datatype_new_compat': generate more fixpoint equations for types like 'datatype_new x = C (x list) (x list)' (here, one equation for each x list instead of a single for both), for higher compatibility + code generation attributes on the recursor
traytel [Fri, 14 Feb 2014 14:54:08 +0100] rev 55478
made N2M more robust w.r.t. identical nested types
traytel [Fri, 14 Feb 2014 13:45:29 +0100] rev 55477
register bnfs for (co)datatypes under their proper name (lost in af71b753c459)
wenzelm [Fri, 14 Feb 2014 11:10:28 +0100] rev 55476
updated keywords;
blanchet [Fri, 14 Feb 2014 10:33:57 +0100] rev 55475
restored old 'remotify' logic -- too many bugs were introduced when refactoring the code
blanchet [Fri, 14 Feb 2014 07:53:46 +0100] rev 55474
more (co)datatype docs
blanchet [Fri, 14 Feb 2014 07:53:46 +0100] rev 55473
hide 'rel' name -- this one is waiting to be merged with 'list_all2'
blanchet [Fri, 14 Feb 2014 07:53:46 +0100] rev 55472
updated docs to reflect the new 'free_constructors' syntax
blanchet [Fri, 14 Feb 2014 07:53:46 +0100] rev 55471
more precise spec rules for selectors
blanchet [Fri, 14 Feb 2014 07:53:46 +0100] rev 55470
removed needless robustness (no longer needed thanks to new syntax)
blanchet [Fri, 14 Feb 2014 07:53:46 +0100] rev 55469
aligned the syntax for 'free_constructors' on the 'datatype_new' and 'codatatype' syntax
blanchet [Fri, 14 Feb 2014 07:53:46 +0100] rev 55468
renamed 'wrap_free_constructors' to 'free_constructors' (cf. 'functor', 'bnf', etc.)
blanchet [Fri, 14 Feb 2014 07:53:46 +0100] rev 55467
renamed 'enriched_type' to more informative 'functor' (following the renaming of enriched type constructors to bounded natural functors)
blanchet [Fri, 14 Feb 2014 07:53:46 +0100] rev 55466
merged 'Option.map' and 'Option.map_option'
blanchet [Fri, 14 Feb 2014 07:53:45 +0100] rev 55465
merged 'List.map' and 'List.list.map'
blanchet [Fri, 14 Feb 2014 07:53:45 +0100] rev 55464
have 'Ctr_Sugar' register its 'Spec_Rules'
blanchet [Fri, 14 Feb 2014 07:53:45 +0100] rev 55463
register 'Spec_Rules' for new-style (co)datatypes
blanchet [Fri, 14 Feb 2014 07:53:45 +0100] rev 55462
added 'Spec_Rules' for 'primcorec'
wenzelm [Thu, 13 Feb 2014 22:35:38 +0100] rev 55461
more integrity checks of theory names vs. full node names -- at least for the scope of a single use_thys (or "theories" section in ROOT);
blanchet [Thu, 13 Feb 2014 17:11:25 +0100] rev 55460
added a bit of documentation for the different commands
blanchet [Thu, 13 Feb 2014 17:11:11 +0100] rev 55459
cleaner, complete proof in documentation, contributed by Dmitriy T.
blanchet [Thu, 13 Feb 2014 16:21:43 +0100] rev 55458
do the right thing with provers that exist only remotely (e.g. e_sine)
kuncar [Thu, 13 Feb 2014 15:51:54 +0100] rev 55457
more precise descripiton
kuncar [Thu, 13 Feb 2014 14:32:05 +0100] rev 55456
all_args_conv works also for zero arguments
kuncar [Thu, 13 Feb 2014 14:32:04 +0100] rev 55455
don't catch QOUT_THM_INTERNAL from the recursive call of parametrize_relation_conv
kuncar [Wed, 12 Feb 2014 18:32:55 +0100] rev 55454
Lifting: support a type variable as a raw type
blanchet [Thu, 13 Feb 2014 13:16:17 +0100] rev 55453
repaired logic for default provers -- ensures Z3 is kept if installed and configured as noncommercial
blanchet [Thu, 13 Feb 2014 13:16:17 +0100] rev 55452
avoid changing the state's context -- this results in transfer problems later with SMT, and hence preplay tactic failures
blanchet [Thu, 13 Feb 2014 13:16:16 +0100] rev 55451
removed hint that is seldom useful in practice
wenzelm [Thu, 13 Feb 2014 12:24:28 +0100] rev 55450
reactivate some examples that still appear to work;
wenzelm [Thu, 13 Feb 2014 12:14:47 +0100] rev 55449
removed dead code;
wenzelm [Thu, 13 Feb 2014 12:09:51 +0100] rev 55448
explicit indication that redefining outer syntax commands is not supposed to happen -- NB: interactive mode requires global change of syntax;
wenzelm [Thu, 13 Feb 2014 11:54:14 +0100] rev 55447
do not redefine outer syntax commands;
wenzelm [Thu, 13 Feb 2014 11:37:00 +0100] rev 55446
tuned whitespace;
wenzelm [Thu, 13 Feb 2014 11:23:55 +0100] rev 55445
static repair of ML file -- untested (!) by default since 76965c356d2a;
blanchet [Wed, 12 Feb 2014 17:36:00 +0100] rev 55444
iteration n in the 'default' vs. 'update_new' vs. 'update' saga -- 'update' makes sense now that we honor the canonical order on 'merge' (as opposed to raising 'DUP')
blanchet [Wed, 12 Feb 2014 17:35:59 +0100] rev 55443
don't hide constant forever, since it may appear in some 'primcorec'-generated theorems
blanchet [Wed, 12 Feb 2014 17:35:59 +0100] rev 55442
tuning
traytel [Wed, 12 Feb 2014 16:35:58 +0100] rev 55441
HOL-IMP fastness
wenzelm [Wed, 12 Feb 2014 14:32:45 +0100] rev 55440
merged, resolving some conflicts;
wenzelm [Wed, 12 Feb 2014 13:56:43 +0100] rev 55439
eliminated hard tabs (assuming tab-width=2);
wenzelm [Wed, 12 Feb 2014 13:53:11 +0100] rev 55438
more platform notes;
wenzelm [Wed, 12 Feb 2014 13:33:05 +0100] rev 55437
tuned whitespace;
wenzelm [Wed, 12 Feb 2014 13:31:18 +0100] rev 55436
removed odd comments -- inferred types are shown by Prover IDE;
wenzelm [Wed, 12 Feb 2014 11:28:17 +0100] rev 55435
maintain blob edits within history, which is important for Snapshot.convert/revert;