Wed, 09 Nov 2011 17:57:42 +0100 sort assignment before simultaneous term_check, not isolated parse_term;
wenzelm [Wed, 09 Nov 2011 17:57:42 +0100] rev 45427
sort assignment before simultaneous term_check, not isolated parse_term; prefer Syntax.read_typ over Syntax.parse_typ, to include check phase for sort assignment; simplified Syntax_Phases.decode_sort/decode_typ; discontinued unused Proof_Context.check_tvar;
Wed, 09 Nov 2011 17:12:26 +0100 tuned;
wenzelm [Wed, 09 Nov 2011 17:12:26 +0100] rev 45426
tuned;
Wed, 09 Nov 2011 17:08:40 +0100 avoid inconsistent sort constraints;
wenzelm [Wed, 09 Nov 2011 17:08:40 +0100] rev 45425
avoid inconsistent sort constraints;
Wed, 09 Nov 2011 15:18:39 +0100 localized Record.decode_type: use standard Proof_Context.get_sort;
wenzelm [Wed, 09 Nov 2011 15:18:39 +0100] rev 45424
localized Record.decode_type: use standard Proof_Context.get_sort; clarified Record.varifyT: more convential use of maxidx + 1;
Wed, 09 Nov 2011 14:58:48 +0100 tuned signature -- emphasize internal role of these operations;
wenzelm [Wed, 09 Nov 2011 14:58:48 +0100] rev 45423
tuned signature -- emphasize internal role of these operations;
Wed, 09 Nov 2011 14:30:03 +0100 proper configuration option;
wenzelm [Wed, 09 Nov 2011 14:30:03 +0100] rev 45422
proper configuration option; tuned;
Wed, 09 Nov 2011 14:15:44 +0100 tuned layout;
wenzelm [Wed, 09 Nov 2011 14:15:44 +0100] rev 45421
tuned layout;
Wed, 09 Nov 2011 11:35:09 +0100 more precise messages with the tester's name in quickcheck; tuned
bulwahn [Wed, 09 Nov 2011 11:35:09 +0100] rev 45420
more precise messages with the tester's name in quickcheck; tuned
Wed, 09 Nov 2011 11:34:59 +0100 quickcheck fails with code generator errors only if one tester is invoked
bulwahn [Wed, 09 Nov 2011 11:34:59 +0100] rev 45419
quickcheck fails with code generator errors only if one tester is invoked
Wed, 09 Nov 2011 11:34:57 +0100 removing extra arguments
bulwahn [Wed, 09 Nov 2011 11:34:57 +0100] rev 45418
removing extra arguments
Wed, 09 Nov 2011 11:34:55 +0100 removing deactivated timeout handling; catching compilation errors and only outputing an urgent message to enable parallel sucessful quickcheck compilations and runs to present their result
bulwahn [Wed, 09 Nov 2011 11:34:55 +0100] rev 45417
removing deactivated timeout handling; catching compilation errors and only outputing an urgent message to enable parallel sucessful quickcheck compilations and runs to present their result
Wed, 09 Nov 2011 11:34:53 +0100 tuned
bulwahn [Wed, 09 Nov 2011 11:34:53 +0100] rev 45416
tuned
Wed, 09 Nov 2011 14:47:38 +1100 more fragments to export, removed the one from Com
kleing [Wed, 09 Nov 2011 14:47:38 +1100] rev 45415
more fragments to export, removed the one from Com
Tue, 08 Nov 2011 22:38:56 +0100 updated functor Named_Thms;
wenzelm [Tue, 08 Nov 2011 22:38:56 +0100] rev 45414
updated functor Named_Thms; updated type attribute;
Tue, 08 Nov 2011 22:22:59 +0100 disabled Thm.compress (again) -- costs for building tables tend to be higher than potential benefit;
wenzelm [Tue, 08 Nov 2011 22:22:59 +0100] rev 45413
disabled Thm.compress (again) -- costs for building tables tend to be higher than potential benefit;
Tue, 08 Nov 2011 21:09:35 +0100 entity markup for bound variables;
wenzelm [Tue, 08 Nov 2011 21:09:35 +0100] rev 45412
entity markup for bound variables;
Tue, 08 Nov 2011 17:47:22 +0100 merged
wenzelm [Tue, 08 Nov 2011 17:47:22 +0100] rev 45411
merged
Tue, 08 Nov 2011 14:29:24 +0100 made SML/NJ happy
boehmes [Tue, 08 Nov 2011 14:29:24 +0100] rev 45410
made SML/NJ happy
Tue, 08 Nov 2011 10:48:58 +0100 adding some documentation about the values command to the isar reference
bulwahn [Tue, 08 Nov 2011 10:48:58 +0100] rev 45409
adding some documentation about the values command to the isar reference
Tue, 08 Nov 2011 10:33:30 +0100 adding a minimal documentation about the code_pred command to the isar reference
bulwahn [Tue, 08 Nov 2011 10:33:30 +0100] rev 45408
adding a minimal documentation about the code_pred command to the isar reference
Tue, 08 Nov 2011 15:03:11 +0100 more specific treatment of defines/assumes -- avoid normalizing defs by themselves (NB: locale specifications and Local_Theory.define may lead to arbitrary mixture);
wenzelm [Tue, 08 Nov 2011 15:03:11 +0100] rev 45407
more specific treatment of defines/assumes -- avoid normalizing defs by themselves (NB: locale specifications and Local_Theory.define may lead to arbitrary mixture);
Tue, 08 Nov 2011 12:20:26 +0100 clarified Local_Defs.export: avoid costly still_fixed test, return all defs;
wenzelm [Tue, 08 Nov 2011 12:20:26 +0100] rev 45406
clarified Local_Defs.export: avoid costly still_fixed test, return all defs;
Tue, 08 Nov 2011 12:03:51 +0100 eliminated obsolete tuning (NB: Thm.eta_conversion/Envir.eta_contract based on Same.operation);
wenzelm [Tue, 08 Nov 2011 12:03:51 +0100] rev 45405
eliminated obsolete tuning (NB: Thm.eta_conversion/Envir.eta_contract based on Same.operation);
Tue, 08 Nov 2011 11:56:41 +0100 tuned;
wenzelm [Tue, 08 Nov 2011 11:56:41 +0100] rev 45404
tuned;
Tue, 08 Nov 2011 11:44:37 +0100 tuned;
wenzelm [Tue, 08 Nov 2011 11:44:37 +0100] rev 45403
tuned;
Tue, 08 Nov 2011 08:56:24 +0100 tweaked comment
blanchet [Tue, 08 Nov 2011 08:56:24 +0100] rev 45402
tweaked comment
Tue, 08 Nov 2011 08:56:23 +0100 made SML/NJ happy
blanchet [Tue, 08 Nov 2011 08:56:23 +0100] rev 45401
made SML/NJ happy
Tue, 08 Nov 2011 00:02:30 +0100 merged;
wenzelm [Tue, 08 Nov 2011 00:02:30 +0100] rev 45400
merged;
Mon, 07 Nov 2011 22:59:24 +0100 added FIXME comment
blanchet [Mon, 07 Nov 2011 22:59:24 +0100] rev 45399
added FIXME comment
Mon, 07 Nov 2011 22:22:01 +0100 avoid infinite recursion in peephole optimizer function -- this had a debilitating effect on rationals and reals
blanchet [Mon, 07 Nov 2011 22:22:01 +0100] rev 45398
avoid infinite recursion in peephole optimizer function -- this had a debilitating effect on rationals and reals
Mon, 07 Nov 2011 22:21:57 +0100 revived Refute in Mutabelle
blanchet [Mon, 07 Nov 2011 22:21:57 +0100] rev 45397
revived Refute in Mutabelle
Mon, 07 Nov 2011 23:03:52 +0100 tuned;
wenzelm [Mon, 07 Nov 2011 23:03:52 +0100] rev 45396
tuned;
Mon, 07 Nov 2011 21:34:11 +0100 more scalable zero_var_indexes, depending on canonical order within table;
wenzelm [Mon, 07 Nov 2011 21:34:11 +0100] rev 45395
more scalable zero_var_indexes, depending on canonical order within table;
Mon, 07 Nov 2011 21:32:59 +0100 more benchmarks;
wenzelm [Mon, 07 Nov 2011 21:32:59 +0100] rev 45394
more benchmarks;
Mon, 07 Nov 2011 17:54:38 +0100 try different alternatives in discharging extra assumptions when schematic theorems obtained from lambda-lifting can be instantiated in different ways
boehmes [Mon, 07 Nov 2011 17:54:38 +0100] rev 45393
try different alternatives in discharging extra assumptions when schematic theorems obtained from lambda-lifting can be instantiated in different ways
Mon, 07 Nov 2011 17:54:35 +0100 replace higher-order matching against schematic theorem with dedicated reconstruction method
boehmes [Mon, 07 Nov 2011 17:54:35 +0100] rev 45392
replace higher-order matching against schematic theorem with dedicated reconstruction method
Mon, 07 Nov 2011 17:24:57 +0100 merged
wenzelm [Mon, 07 Nov 2011 17:24:57 +0100] rev 45391
merged
Mon, 07 Nov 2011 17:00:23 +0100 tuned signature -- avoid spurious Thm.mixed_attribute;
wenzelm [Mon, 07 Nov 2011 17:00:23 +0100] rev 45390
tuned signature -- avoid spurious Thm.mixed_attribute;
Mon, 07 Nov 2011 16:41:16 +0100 discontinued numbered structure indexes (legacy feature);
wenzelm [Mon, 07 Nov 2011 16:41:16 +0100] rev 45389
discontinued numbered structure indexes (legacy feature);
Mon, 07 Nov 2011 16:39:14 +0100 tuned proofs;
wenzelm [Mon, 07 Nov 2011 16:39:14 +0100] rev 45388
tuned proofs;
Mon, 07 Nov 2011 14:16:01 +0100 return outcome code, so that it can be picked up by Mutabelle
blanchet [Mon, 07 Nov 2011 14:16:01 +0100] rev 45387
return outcome code, so that it can be picked up by Mutabelle
Mon, 07 Nov 2011 14:16:01 +0100 align columns in output and keep error log around
blanchet [Mon, 07 Nov 2011 14:16:01 +0100] rev 45386
align columns in output and keep error log around
Mon, 07 Nov 2011 14:59:58 +0100 offline build of java_ext_dirs.jar, to avoid runtime dependency on javac/jar executables;
wenzelm [Mon, 07 Nov 2011 14:59:58 +0100] rev 45385
offline build of java_ext_dirs.jar, to avoid runtime dependency on javac/jar executables;
Mon, 07 Nov 2011 14:23:50 +0100 clarified attribute "mono_set": pure declaration, proper export in ML;
wenzelm [Mon, 07 Nov 2011 14:23:50 +0100] rev 45384
clarified attribute "mono_set": pure declaration, proper export in ML;
Mon, 07 Nov 2011 14:14:20 +0100 misc tuning;
wenzelm [Mon, 07 Nov 2011 14:14:20 +0100] rev 45383
misc tuning;
Mon, 07 Nov 2011 12:08:22 +0100 made SML/NJ happy;
wenzelm [Mon, 07 Nov 2011 12:08:22 +0100] rev 45382
made SML/NJ happy;
Sun, 06 Nov 2011 22:18:54 +0100 more millisecond cleanup
blanchet [Sun, 06 Nov 2011 22:18:54 +0100] rev 45381
more millisecond cleanup
Sun, 06 Nov 2011 22:18:54 +0100 updated documentation
blanchet [Sun, 06 Nov 2011 22:18:54 +0100] rev 45380
updated documentation
Sun, 06 Nov 2011 22:18:54 +0100 try "smt" as a fallback for ATPs if "metis" fails/times out
blanchet [Sun, 06 Nov 2011 22:18:54 +0100] rev 45379
try "smt" as a fallback for ATPs if "metis" fails/times out
Sun, 06 Nov 2011 22:18:54 +0100 more detailed preplay output
blanchet [Sun, 06 Nov 2011 22:18:54 +0100] rev 45378
more detailed preplay output
Sun, 06 Nov 2011 22:18:54 +0100 tuning
blanchet [Sun, 06 Nov 2011 22:18:54 +0100] rev 45377
tuning
Sun, 06 Nov 2011 22:18:54 +0100 tuning
blanchet [Sun, 06 Nov 2011 22:18:54 +0100] rev 45376
tuning
Sun, 06 Nov 2011 21:51:46 +0100 more explicit representation of rule_attribute vs. declaration_attribute vs. mixed_attribute;
wenzelm [Sun, 06 Nov 2011 21:51:46 +0100] rev 45375
more explicit representation of rule_attribute vs. declaration_attribute vs. mixed_attribute; misc tuning;
Sun, 06 Nov 2011 21:17:45 +0100 tuned;
wenzelm [Sun, 06 Nov 2011 21:17:45 +0100] rev 45374
tuned;
Sun, 06 Nov 2011 18:42:17 +0100 merged
wenzelm [Sun, 06 Nov 2011 18:42:17 +0100] rev 45373
merged
Sun, 06 Nov 2011 14:23:04 +0100 cascading timeouts in minimizer, part 2
blanchet [Sun, 06 Nov 2011 14:23:04 +0100] rev 45372
cascading timeouts in minimizer, part 2
Sun, 06 Nov 2011 14:05:57 +0100 tuning
blanchet [Sun, 06 Nov 2011 14:05:57 +0100] rev 45371
tuning
Sun, 06 Nov 2011 13:57:17 +0100 use "Time.time" rather than milliseconds internally
blanchet [Sun, 06 Nov 2011 13:57:17 +0100] rev 45370
use "Time.time" rather than milliseconds internally
Sun, 06 Nov 2011 13:46:26 +0100 tune: no need for option
blanchet [Sun, 06 Nov 2011 13:46:26 +0100] rev 45369
tune: no need for option
Sun, 06 Nov 2011 13:37:49 +0100 cascading timeouts in minimizer
blanchet [Sun, 06 Nov 2011 13:37:49 +0100] rev 45368
cascading timeouts in minimizer
Sun, 06 Nov 2011 13:32:13 +0100 shortcut binary minimization algorithm
blanchet [Sun, 06 Nov 2011 13:32:13 +0100] rev 45367
shortcut binary minimization algorithm
Sun, 06 Nov 2011 11:51:35 +0100 speed up binary minimizer in practice by preferring the first half of the used facts (which are likelier to be relevant) to the second half
blanchet [Sun, 06 Nov 2011 11:51:35 +0100] rev 45366
speed up binary minimizer in practice by preferring the first half of the used facts (which are likelier to be relevant) to the second half
Sun, 06 Nov 2011 11:16:37 +0100 renamed experimental systems
blanchet [Sun, 06 Nov 2011 11:16:37 +0100] rev 45365
renamed experimental systems
Sun, 06 Nov 2011 11:13:47 +0100 repaired quantification over type variables for non-TFF1/THF encodings
blanchet [Sun, 06 Nov 2011 11:13:47 +0100] rev 45364
repaired quantification over type variables for non-TFF1/THF encodings
Sun, 06 Nov 2011 18:42:15 +0100 misc tuning and modernization;
wenzelm [Sun, 06 Nov 2011 18:42:15 +0100] rev 45363
misc tuning and modernization; more antiquotations;
Sun, 06 Nov 2011 17:53:32 +0100 misc tuning and modernization;
wenzelm [Sun, 06 Nov 2011 17:53:32 +0100] rev 45362
misc tuning and modernization; more antiquotations;
Sun, 06 Nov 2011 17:05:45 +0100 tuned;
wenzelm [Sun, 06 Nov 2011 17:05:45 +0100] rev 45361
tuned;
Sun, 06 Nov 2011 17:00:05 +0100 some statespace benchmarks;
wenzelm [Sun, 06 Nov 2011 17:00:05 +0100] rev 45360
some statespace benchmarks;
Sun, 06 Nov 2011 16:41:53 +0100 write changed .prv files only, to avoid writing into src file-space by default;
wenzelm [Sun, 06 Nov 2011 16:41:53 +0100] rev 45359
write changed .prv files only, to avoid writing into src file-space by default;
Sun, 06 Nov 2011 16:29:22 +0100 tuned document;
wenzelm [Sun, 06 Nov 2011 16:29:22 +0100] rev 45358
tuned document; tuned proofs;
Sun, 06 Nov 2011 16:22:26 +0100 more precise dependencies;
wenzelm [Sun, 06 Nov 2011 16:22:26 +0100] rev 45357
more precise dependencies;
Sun, 06 Nov 2011 14:20:41 +0100 inlined antiquotations;
wenzelm [Sun, 06 Nov 2011 14:20:41 +0100] rev 45356
inlined antiquotations;
Sun, 06 Nov 2011 14:09:24 +0100 misc tuning and modernization;
wenzelm [Sun, 06 Nov 2011 14:09:24 +0100] rev 45355
misc tuning and modernization;
Sun, 06 Nov 2011 13:25:41 +0100 optional timing, to avoid redundant allocation of mutable cells;
wenzelm [Sun, 06 Nov 2011 13:25:41 +0100] rev 45354
optional timing, to avoid redundant allocation of mutable cells;
Sat, 05 Nov 2011 22:41:25 +0100 tuned;
wenzelm [Sat, 05 Nov 2011 22:41:25 +0100] rev 45353
tuned;
Sat, 05 Nov 2011 22:01:19 +0100 misc tuning;
wenzelm [Sat, 05 Nov 2011 22:01:19 +0100] rev 45352
misc tuning;
Sat, 05 Nov 2011 21:36:56 +0100 merged
wenzelm [Sat, 05 Nov 2011 21:36:56 +0100] rev 45351
merged
Sat, 05 Nov 2011 12:01:21 +0000 more use of global operations (see 98ec8b51af9c)
Christian Urban <urbanc@in.tum.de> [Sat, 05 Nov 2011 12:01:21 +0000] rev 45350
more use of global operations (see 98ec8b51af9c)
Sat, 05 Nov 2011 20:40:30 +0100 more uniform instT_subst vs. inst_subst: compare variable names only;
wenzelm [Sat, 05 Nov 2011 20:40:30 +0100] rev 45349
more uniform instT_subst vs. inst_subst: compare variable names only;
Sat, 05 Nov 2011 20:32:12 +0100 tuned cterm_instantiate: avoid somewhat expensive Term.map_types and cterm_of;
wenzelm [Sat, 05 Nov 2011 20:32:12 +0100] rev 45348
tuned cterm_instantiate: avoid somewhat expensive Term.map_types and cterm_of;
Sat, 05 Nov 2011 20:07:38 +0100 misc tuning and modernization;
wenzelm [Sat, 05 Nov 2011 20:07:38 +0100] rev 45347
misc tuning and modernization;
Sat, 05 Nov 2011 19:47:22 +0100 some performance tuning via Term_Subst/Same.operation;
wenzelm [Sat, 05 Nov 2011 19:47:22 +0100] rev 45346
some performance tuning via Term_Subst/Same.operation; tuned;
Sat, 05 Nov 2011 18:58:40 +0100 pruned signature;
wenzelm [Sat, 05 Nov 2011 18:58:40 +0100] rev 45345
pruned signature;
Sat, 05 Nov 2011 15:00:49 +0100 added Logic.varify_types_global/unvarify_types_global, which avoids somewhat expensive Term.map_types;
wenzelm [Sat, 05 Nov 2011 15:00:49 +0100] rev 45344
added Logic.varify_types_global/unvarify_types_global, which avoids somewhat expensive Term.map_types; tuned;
Sat, 05 Nov 2011 10:59:11 +0100 more conventional syntax const;
wenzelm [Sat, 05 Nov 2011 10:59:11 +0100] rev 45343
more conventional syntax const;
Fri, 04 Nov 2011 20:16:42 +0100 proper syntactic category for abstraction syntax, to avoid low-level exception for malformed "\<integral> x y. f \<partial>M", for example;
wenzelm [Fri, 04 Nov 2011 20:16:42 +0100] rev 45342
proper syntactic category for abstraction syntax, to avoid low-level exception for malformed "\<integral> x y. f \<partial>M", for example;
Fri, 04 Nov 2011 17:34:51 +0100 merged
wenzelm [Fri, 04 Nov 2011 17:34:51 +0100] rev 45341
merged
Fri, 04 Nov 2011 17:19:33 +0100 prefer global Quotient_Info lookup to accomodate Quotient_Term, which is not quite localized yet (cf. 9fd6fce8a230);
wenzelm [Fri, 04 Nov 2011 17:19:33 +0100] rev 45340
prefer global Quotient_Info lookup to accomodate Quotient_Term, which is not quite localized yet (cf. 9fd6fce8a230);
Fri, 04 Nov 2011 15:05:59 +0000 document new experimental provers
blanchet [Fri, 04 Nov 2011 15:05:59 +0000] rev 45339
document new experimental provers
Fri, 04 Nov 2011 15:05:58 +0000 added remote iProver(-Eq) for experimentation
blanchet [Fri, 04 Nov 2011 15:05:58 +0000] rev 45338
added remote iProver(-Eq) for experimentation
Fri, 04 Nov 2011 13:52:19 +0100 merged
wenzelm [Fri, 04 Nov 2011 13:52:19 +0100] rev 45337
merged
Fri, 04 Nov 2011 08:19:24 +0100 ex/Tree23.thy: automate proof of gfull_add
huffman [Fri, 04 Nov 2011 08:19:24 +0100] rev 45336
ex/Tree23.thy: automate proof of gfull_add
Fri, 04 Nov 2011 08:00:48 +0100 ex/Tree23.thy: simplify proof of bal_del0
huffman [Fri, 04 Nov 2011 08:00:48 +0100] rev 45335
ex/Tree23.thy: simplify proof of bal_del0
Fri, 04 Nov 2011 07:37:37 +0100 ex/Tree23.thy: simplify proof of bal_add0
huffman [Fri, 04 Nov 2011 07:37:37 +0100] rev 45334
ex/Tree23.thy: simplify proof of bal_add0
Fri, 04 Nov 2011 07:04:34 +0100 ex/Tree23.thy: simpler definition of ordered-ness predicate
huffman [Fri, 04 Nov 2011 07:04:34 +0100] rev 45333
ex/Tree23.thy: simpler definition of ordered-ness predicate
Thu, 03 Nov 2011 17:40:50 +0100 ex/Tree23.thy: prove that deletion preserves balance
huffman [Thu, 03 Nov 2011 17:40:50 +0100] rev 45332
ex/Tree23.thy: prove that deletion preserves balance
Fri, 04 Nov 2011 00:07:45 +0100 more liberal Parse.fixes, to avoid overlap of mixfix with is-pattern (notably in 'obtain' syntax);
wenzelm [Fri, 04 Nov 2011 00:07:45 +0100] rev 45331
more liberal Parse.fixes, to avoid overlap of mixfix with is-pattern (notably in 'obtain' syntax);
Thu, 03 Nov 2011 23:55:53 +0100 more general Proof_Context.bind_propp, which allows outer parameters;
wenzelm [Thu, 03 Nov 2011 23:55:53 +0100] rev 45330
more general Proof_Context.bind_propp, which allows outer parameters; obtain: some support for term bindings within the proof, depending on parameters;
Thu, 03 Nov 2011 23:32:31 +0100 tuned whitespace;
wenzelm [Thu, 03 Nov 2011 23:32:31 +0100] rev 45329
tuned whitespace;
Thu, 03 Nov 2011 22:51:37 +0100 tuned signature;
wenzelm [Thu, 03 Nov 2011 22:51:37 +0100] rev 45328
tuned signature;
Thu, 03 Nov 2011 22:23:41 +0100 tuned signature -- canonical argument order;
wenzelm [Thu, 03 Nov 2011 22:23:41 +0100] rev 45327
tuned signature -- canonical argument order;
Thu, 03 Nov 2011 22:15:47 +0100 tuned -- Variable.declare_term is already part of Variable.auto_fixes;
wenzelm [Thu, 03 Nov 2011 22:15:47 +0100] rev 45326
tuned -- Variable.declare_term is already part of Variable.auto_fixes;
Thu, 03 Nov 2011 11:18:06 +0100 ex/Tree23.thy: prove that insertion preserves tree balance and order
huffman [Thu, 03 Nov 2011 11:18:06 +0100] rev 45325
ex/Tree23.thy: prove that insertion preserves tree balance and order
Thu, 03 Nov 2011 18:10:47 +1100 more IMP fragments
kleing [Thu, 03 Nov 2011 18:10:47 +1100] rev 45324
more IMP fragments
Thu, 03 Nov 2011 18:10:13 +1100 string -> vname
kleing [Thu, 03 Nov 2011 18:10:13 +1100] rev 45323
string -> vname
Thu, 03 Nov 2011 16:22:29 +1100 JMPF(LESS|GE) -> JMP(LESS|GE) because jumps are int now.
kleing [Thu, 03 Nov 2011 16:22:29 +1100] rev 45322
JMPF(LESS|GE) -> JMP(LESS|GE) because jumps are int now.
Thu, 03 Nov 2011 15:54:19 +1100 more IMP text fragments
kleing [Thu, 03 Nov 2011 15:54:19 +1100] rev 45321
more IMP text fragments
Thu, 03 Nov 2011 10:29:05 +1100 moved latex generation for HOL-IMP out of distribution
kleing [Thu, 03 Nov 2011 10:29:05 +1100] rev 45320
moved latex generation for HOL-IMP out of distribution
Tue, 01 Nov 2011 10:05:28 +0100 renaming Quotient_Set and List_Quotient_Set to Quotient_Cset and List_Quotient_Cset to avoid name clash with existing Quotient_Set (again, cf. 66823a0066db)
bulwahn [Tue, 01 Nov 2011 10:05:28 +0100] rev 45319
renaming Quotient_Set and List_Quotient_Set to Quotient_Cset and List_Quotient_Cset to avoid name clash with existing Quotient_Set (again, cf. 66823a0066db)
Mon, 31 Oct 2011 19:12:41 +0100 merged
bulwahn [Mon, 31 Oct 2011 19:12:41 +0100] rev 45318
merged
Mon, 31 Oct 2011 18:29:25 +0100 more robust, declarative and unsurprising computation of types in the quotient type definition
bulwahn [Mon, 31 Oct 2011 18:29:25 +0100] rev 45317
more robust, declarative and unsurprising computation of types in the quotient type definition
Mon, 31 Oct 2011 17:51:01 +0100 improve handling of bound type variables (esp. for TFF1)
blanchet [Mon, 31 Oct 2011 17:51:01 +0100] rev 45316
improve handling of bound type variables (esp. for TFF1)
(0) -30000 -10000 -3000 -1000 -112 +112 +1000 +3000 +10000 +30000 tip