Thu, 01 Dec 2005 18:44:47 +0100 cpu time = user + system;
wenzelm [Thu, 01 Dec 2005 18:44:47 +0100] rev 18322
cpu time = user + system;
Thu, 01 Dec 2005 18:41:46 +0100 replaced lib/scripts/showtime by more advanced lib/scripts/timestart|stop.bash;
wenzelm [Thu, 01 Dec 2005 18:41:46 +0100] rev 18321
replaced lib/scripts/showtime by more advanced lib/scripts/timestart|stop.bash;
Thu, 01 Dec 2005 18:41:44 +0100 assoc_consts and assoc_types now check number of arguments in template.
berghofe [Thu, 01 Dec 2005 18:41:44 +0100] rev 18320
assoc_consts and assoc_types now check number of arguments in template.
Thu, 01 Dec 2005 18:39:08 +0100 Added new component "sorts" to record datatype_info.
berghofe [Thu, 01 Dec 2005 18:39:08 +0100] rev 18319
Added new component "sorts" to record datatype_info.
Thu, 01 Dec 2005 18:37:39 +0100 timestop - report timing based on environment (cf. timestart.bash);
wenzelm [Thu, 01 Dec 2005 18:37:39 +0100] rev 18318
timestop - report timing based on environment (cf. timestart.bash);
Thu, 01 Dec 2005 18:37:22 +0100 timestart - setup bash environment for timing;
wenzelm [Thu, 01 Dec 2005 18:37:22 +0100] rev 18317
timestart - setup bash environment for timing;
Thu, 01 Dec 2005 17:07:50 +0100 Improved norm_proof to handle proofs containing term (type) variables
berghofe [Thu, 01 Dec 2005 17:07:50 +0100] rev 18316
Improved norm_proof to handle proofs containing term (type) variables with same name but different types (sorts): Offending term (type) variables are replaced by dummy (T)Frees before applying the substitution.
Thu, 01 Dec 2005 15:45:54 +0100 restoring the old status of subset_refl
paulson [Thu, 01 Dec 2005 15:45:54 +0100] rev 18315
restoring the old status of subset_refl
Thu, 01 Dec 2005 08:28:02 +0100 oriented pairs theory * 'a to 'a * theory
haftmann [Thu, 01 Dec 2005 08:28:02 +0100] rev 18314
oriented pairs theory * 'a to 'a * theory
Thu, 01 Dec 2005 06:28:41 +0100 initial cleanup to use the new induction method
urbanc [Thu, 01 Dec 2005 06:28:41 +0100] rev 18313
initial cleanup to use the new induction method
Thu, 01 Dec 2005 05:20:13 +0100 cleaned up further the proofs (diamond still needs work);
urbanc [Thu, 01 Dec 2005 05:20:13 +0100] rev 18312
cleaned up further the proofs (diamond still needs work); changed "fresh:" to "avoiding:"
Thu, 01 Dec 2005 04:46:17 +0100 changed "fresh:" to "avoiding:" and cleaned up the weakening example
urbanc [Thu, 01 Dec 2005 04:46:17 +0100] rev 18311
changed "fresh:" to "avoiding:" and cleaned up the weakening example
Wed, 30 Nov 2005 22:52:50 +0100 match_bind(_i): return terms;
wenzelm [Wed, 30 Nov 2005 22:52:50 +0100] rev 18310
match_bind(_i): return terms; mk_def: simultaneous defs; prepare_dummies: produce globally unique indexnames;
Wed, 30 Nov 2005 22:52:49 +0100 method 'fact': SIMPLE_METHOD, i.e. insert facts;
wenzelm [Wed, 30 Nov 2005 22:52:49 +0100] rev 18309
method 'fact': SIMPLE_METHOD, i.e. insert facts;
Wed, 30 Nov 2005 22:52:46 +0100 simulaneous 'def';
wenzelm [Wed, 30 Nov 2005 22:52:46 +0100] rev 18308
simulaneous 'def';
Wed, 30 Nov 2005 21:51:23 +0100 added facilities to prove the pt and fs instances
urbanc [Wed, 30 Nov 2005 21:51:23 +0100] rev 18307
added facilities to prove the pt and fs instances for discrete types
Wed, 30 Nov 2005 19:08:51 +0100 started to change the transitivity/narrowing case:
urbanc [Wed, 30 Nov 2005 19:08:51 +0100] rev 18306
started to change the transitivity/narrowing case: have trouble with Q=Q.
Wed, 30 Nov 2005 18:37:12 +0100 changed everything until the interesting transitivity_narrowing
urbanc [Wed, 30 Nov 2005 18:37:12 +0100] rev 18305
changed everything until the interesting transitivity_narrowing proof.
Wed, 30 Nov 2005 18:13:31 +0100 minor improvements
haftmann [Wed, 30 Nov 2005 18:13:31 +0100] rev 18304
minor improvements
Wed, 30 Nov 2005 17:56:08 +0100 modified almost everything for the new nominal_induct
urbanc [Wed, 30 Nov 2005 17:56:08 +0100] rev 18303
modified almost everything for the new nominal_induct (at the end there are some "normal" inductions which need a bit more attention)
Wed, 30 Nov 2005 16:59:19 +0100 Changed order of predicate arguments and quantifiers in strong induction rule.
berghofe [Wed, 30 Nov 2005 16:59:19 +0100] rev 18302
Changed order of predicate arguments and quantifiers in strong induction rule.
Wed, 30 Nov 2005 15:30:08 +0100 fixed the lemma where the new names generated by nominal_induct
urbanc [Wed, 30 Nov 2005 15:30:08 +0100] rev 18301
fixed the lemma where the new names generated by nominal_induct caused problems.
Wed, 30 Nov 2005 15:27:30 +0100 added one clause for substitution in the lambda-case and
urbanc [Wed, 30 Nov 2005 15:27:30 +0100] rev 18300
added one clause for substitution in the lambda-case and mad it globally [simp]
Wed, 30 Nov 2005 15:24:32 +0100 added rename_params_rule: recover orginal fresh names in subgoals/cases;
wenzelm [Wed, 30 Nov 2005 15:24:32 +0100] rev 18299
added rename_params_rule: recover orginal fresh names in subgoals/cases;
Wed, 30 Nov 2005 15:03:15 +0100 changed induction principle and everything to conform with the
urbanc [Wed, 30 Nov 2005 15:03:15 +0100] rev 18298
changed induction principle and everything to conform with the new nominal_induct
Wed, 30 Nov 2005 14:27:50 +0100 fresh: frees instead of terms, rename corresponding params in rule;
wenzelm [Wed, 30 Nov 2005 14:27:50 +0100] rev 18297
fresh: frees instead of terms, rename corresponding params in rule; tuned;
Wed, 30 Nov 2005 14:27:09 +0100 adapted to the new nominal_induction
urbanc [Wed, 30 Nov 2005 14:27:09 +0100] rev 18296
adapted to the new nominal_induction
Wed, 30 Nov 2005 12:28:47 +0100 changed \<sim> of permutation equality to \<triangleq>
urbanc [Wed, 30 Nov 2005 12:28:47 +0100] rev 18295
changed \<sim> of permutation equality to \<triangleq> (Jesper wanted to use \<sim>).
Wed, 30 Nov 2005 12:23:35 +0100 fresh_unit_elim and fresh_prod_elim -- for nominal_induct;
wenzelm [Wed, 30 Nov 2005 12:23:35 +0100] rev 18294
fresh_unit_elim and fresh_prod_elim -- for nominal_induct;
Wed, 30 Nov 2005 01:01:15 +0100 reimplement Case expression pattern matching to support lazy patterns
huffman [Wed, 30 Nov 2005 01:01:15 +0100] rev 18293
reimplement Case expression pattern matching to support lazy patterns
Wed, 30 Nov 2005 00:59:04 +0100 add definitions as defs, not axioms
huffman [Wed, 30 Nov 2005 00:59:04 +0100] rev 18292
add definitions as defs, not axioms
Wed, 30 Nov 2005 00:56:01 +0100 changed section names
huffman [Wed, 30 Nov 2005 00:56:01 +0100] rev 18291
changed section names
Wed, 30 Nov 2005 00:55:24 +0100 add xsymbol syntax for u type constructor
huffman [Wed, 30 Nov 2005 00:55:24 +0100] rev 18290
add xsymbol syntax for u type constructor
Wed, 30 Nov 2005 00:53:30 +0100 add constant unit_when
huffman [Wed, 30 Nov 2005 00:53:30 +0100] rev 18289
add constant unit_when
Wed, 30 Nov 2005 00:46:08 +0100 proper treatment of tuple/tuple_fun -- nest to the left!
wenzelm [Wed, 30 Nov 2005 00:46:08 +0100] rev 18288
proper treatment of tuple/tuple_fun -- nest to the left!
Tue, 29 Nov 2005 23:00:20 +0100 moved nth_list to Pure/library.ML;
wenzelm [Tue, 29 Nov 2005 23:00:20 +0100] rev 18287
moved nth_list to Pure/library.ML;
Tue, 29 Nov 2005 23:00:03 +0100 added nth_list;
wenzelm [Tue, 29 Nov 2005 23:00:03 +0100] rev 18286
added nth_list;
Tue, 29 Nov 2005 22:52:19 +0100 added mk_split;
wenzelm [Tue, 29 Nov 2005 22:52:19 +0100] rev 18285
added mk_split;
Tue, 29 Nov 2005 19:26:38 +0100 changed the order of the induction variable and the context
urbanc [Tue, 29 Nov 2005 19:26:38 +0100] rev 18284
changed the order of the induction variable and the context in lam_induct (test to see whether it simplifies the code for nominal_induct).
Tue, 29 Nov 2005 18:09:12 +0100 reworked version with proper support for defs, fixes, fresh specification;
wenzelm [Tue, 29 Nov 2005 18:09:12 +0100] rev 18283
reworked version with proper support for defs, fixes, fresh specification;
Tue, 29 Nov 2005 16:05:10 +0100 added haskell serializer
haftmann [Tue, 29 Nov 2005 16:05:10 +0100] rev 18282
added haskell serializer
Tue, 29 Nov 2005 16:04:57 +0100 exported customized syntax interface
haftmann [Tue, 29 Nov 2005 16:04:57 +0100] rev 18281
exported customized syntax interface
Tue, 29 Nov 2005 12:26:22 +0100 Corrected atom class constraints in strong induction rule.
berghofe [Tue, 29 Nov 2005 12:26:22 +0100] rev 18280
Corrected atom class constraints in strong induction rule.
Tue, 29 Nov 2005 01:37:01 +0100 made some of the theorem look-ups static (by using
urbanc [Tue, 29 Nov 2005 01:37:01 +0100] rev 18279
made some of the theorem look-ups static (by using thm instead of PureThy.get_thm)
Mon, 28 Nov 2005 13:43:56 +0100 added (curried) fold2
haftmann [Mon, 28 Nov 2005 13:43:56 +0100] rev 18278
added (curried) fold2
Mon, 28 Nov 2005 10:58:40 +0100 added proof of measure_induct_rule;
wenzelm [Mon, 28 Nov 2005 10:58:40 +0100] rev 18277
added proof of measure_induct_rule;
Mon, 28 Nov 2005 07:17:07 +0100 Added flags for setting and detecting whether a problem needs combinators.
mengj [Mon, 28 Nov 2005 07:17:07 +0100] rev 18276
Added flags for setting and detecting whether a problem needs combinators.
Mon, 28 Nov 2005 07:16:16 +0100 Only output types if !keep_types is true.
mengj [Mon, 28 Nov 2005 07:16:16 +0100] rev 18275
Only output types if !keep_types is true.
Mon, 28 Nov 2005 07:15:38 +0100 Added two functions for CNF translation, used by other files.
mengj [Mon, 28 Nov 2005 07:15:38 +0100] rev 18274
Added two functions for CNF translation, used by other files.
Mon, 28 Nov 2005 07:15:13 +0100 Added in four control flags for HOL and FOL translations.
mengj [Mon, 28 Nov 2005 07:15:13 +0100] rev 18273
Added in four control flags for HOL and FOL translations. Changed functions that perform HOL/FOL translations, and write ATP input to files. Removed some functions that are no longer needed.
Mon, 28 Nov 2005 07:14:12 +0100 Slight modification to trace information.
mengj [Mon, 28 Nov 2005 07:14:12 +0100] rev 18272
Slight modification to trace information.
Mon, 28 Nov 2005 07:13:43 +0100 Added two methods "vampire" and "eprover" that handle both HOL and FOL proofs.
mengj [Mon, 28 Nov 2005 07:13:43 +0100] rev 18271
Added two methods "vampire" and "eprover" that handle both HOL and FOL proofs. Still have old verions of "vampireH","vampireF", "eproverH", "eproverF", which can be called to handle HOL or FOL problems.
Mon, 28 Nov 2005 07:12:01 +0100 Only output arities and class relations if !ResClause.keep_types is true.
mengj [Mon, 28 Nov 2005 07:12:01 +0100] rev 18270
Only output arities and class relations if !ResClause.keep_types is true.
Mon, 28 Nov 2005 05:03:00 +0100 some small tuning
urbanc [Mon, 28 Nov 2005 05:03:00 +0100] rev 18269
some small tuning
Mon, 28 Nov 2005 00:25:43 +0100 ISAR-fied two proofs about equality for abstraction functions.
urbanc [Mon, 28 Nov 2005 00:25:43 +0100] rev 18268
ISAR-fied two proofs about equality for abstraction functions.
Sun, 27 Nov 2005 20:06:24 +0100 * Provers/induct: obtain pattern;
wenzelm [Sun, 27 Nov 2005 20:06:24 +0100] rev 18267
* Provers/induct: obtain pattern;
Sun, 27 Nov 2005 06:01:11 +0100 added an authors section (please let me know if somebody is left out or unhappy)
urbanc [Sun, 27 Nov 2005 06:01:11 +0100] rev 18266
added an authors section (please let me know if somebody is left out or unhappy)
Sun, 27 Nov 2005 05:09:43 +0100 some minor tunings
urbanc [Sun, 27 Nov 2005 05:09:43 +0100] rev 18265
some minor tunings
Sun, 27 Nov 2005 05:00:43 +0100 added the version of nominal.thy that contains
urbanc [Sun, 27 Nov 2005 05:00:43 +0100] rev 18264
added the version of nominal.thy that contains all properties about support of finite sets
Sun, 27 Nov 2005 04:59:20 +0100 cleaned up all examples so that they work with the
urbanc [Sun, 27 Nov 2005 04:59:20 +0100] rev 18263
cleaned up all examples so that they work with the current nominal-setting.
Sun, 27 Nov 2005 03:55:16 +0100 finished cleaning up the parts that collect
urbanc [Sun, 27 Nov 2005 03:55:16 +0100] rev 18262
finished cleaning up the parts that collect lemmas (with instantiations) under some general names
Sat, 26 Nov 2005 18:41:41 +0100 Corrected treatment of non-recursive abstraction types.
berghofe [Sat, 26 Nov 2005 18:41:41 +0100] rev 18261
Corrected treatment of non-recursive abstraction types.
Fri, 25 Nov 2005 21:14:34 +0100 tuned induct proofs;
wenzelm [Fri, 25 Nov 2005 21:14:34 +0100] rev 18260
tuned induct proofs;
Fri, 25 Nov 2005 20:57:51 +0100 induct: insert defs in object-logic form;
wenzelm [Fri, 25 Nov 2005 20:57:51 +0100] rev 18259
induct: insert defs in object-logic form; export guess_instance;
Fri, 25 Nov 2005 19:20:56 +0100 tuned induct proofs;
wenzelm [Fri, 25 Nov 2005 19:20:56 +0100] rev 18258
tuned induct proofs;
Fri, 25 Nov 2005 19:09:44 +0100 tuned induct proofs;
wenzelm [Fri, 25 Nov 2005 19:09:44 +0100] rev 18257
tuned induct proofs;
Fri, 25 Nov 2005 18:58:43 +0100 consume: unfold defs in all major prems;
wenzelm [Fri, 25 Nov 2005 18:58:43 +0100] rev 18256
consume: unfold defs in all major prems;
Fri, 25 Nov 2005 18:58:42 +0100 revert_skolem: fall back on Syntax.deskolem;
wenzelm [Fri, 25 Nov 2005 18:58:42 +0100] rev 18255
revert_skolem: fall back on Syntax.deskolem;
Fri, 25 Nov 2005 18:58:41 +0100 forall_conv ~1;
wenzelm [Fri, 25 Nov 2005 18:58:41 +0100] rev 18254
forall_conv ~1;
Fri, 25 Nov 2005 18:58:40 +0100 added dummy_pattern;
wenzelm [Fri, 25 Nov 2005 18:58:40 +0100] rev 18253
added dummy_pattern;
Fri, 25 Nov 2005 18:58:38 +0100 tuned names;
wenzelm [Fri, 25 Nov 2005 18:58:38 +0100] rev 18252
tuned names;
Fri, 25 Nov 2005 18:58:37 +0100 forall_conv: limit prefix;
wenzelm [Fri, 25 Nov 2005 18:58:37 +0100] rev 18251
forall_conv: limit prefix;
Fri, 25 Nov 2005 18:58:36 +0100 fix_tac: proper treatment of major premises in goal;
wenzelm [Fri, 25 Nov 2005 18:58:36 +0100] rev 18250
fix_tac: proper treatment of major premises in goal; export atomize/rulify interface; tuned;
Fri, 25 Nov 2005 18:58:35 +0100 removed obsolete dummy paragraphs;
wenzelm [Fri, 25 Nov 2005 18:58:35 +0100] rev 18249
removed obsolete dummy paragraphs;
Fri, 25 Nov 2005 18:58:34 +0100 tuned;
wenzelm [Fri, 25 Nov 2005 18:58:34 +0100] rev 18248
tuned;
Fri, 25 Nov 2005 17:41:52 +0100 code generator: case expressions, improved name resolving
haftmann [Fri, 25 Nov 2005 17:41:52 +0100] rev 18247
code generator: case expressions, improved name resolving
Fri, 25 Nov 2005 14:51:39 +0100 added fsub.thy (poplmark challenge) to the examples
urbanc [Fri, 25 Nov 2005 14:51:39 +0100] rev 18246
added fsub.thy (poplmark challenge) to the examples directory.
Fri, 25 Nov 2005 14:00:22 +0100 Fixed problem with strong induction theorem for datatypes containing
berghofe [Fri, 25 Nov 2005 14:00:22 +0100] rev 18245
Fixed problem with strong induction theorem for datatypes containing no atom types (ind_sort was the empty sort in this case).
Fri, 25 Nov 2005 11:34:37 +0100 send more information with test-takes-too-long message
kleing [Fri, 25 Nov 2005 11:34:37 +0100] rev 18244
send more information with test-takes-too-long message (which tests are still running)
Thu, 24 Nov 2005 12:14:56 +0100 fixed spelling of 'case_conclusion';
wenzelm [Thu, 24 Nov 2005 12:14:56 +0100] rev 18243
fixed spelling of 'case_conclusion';
Thu, 24 Nov 2005 00:00:20 +0100 tuned induct proofs;
wenzelm [Thu, 24 Nov 2005 00:00:20 +0100] rev 18242
tuned induct proofs;
Wed, 23 Nov 2005 22:26:13 +0100 tuned induction proofs;
wenzelm [Wed, 23 Nov 2005 22:26:13 +0100] rev 18241
tuned induction proofs;
Wed, 23 Nov 2005 22:23:52 +0100 more robust revert_skolem;
wenzelm [Wed, 23 Nov 2005 22:23:52 +0100] rev 18240
more robust revert_skolem; tuned;
Wed, 23 Nov 2005 20:29:36 +0100 tuned;
wenzelm [Wed, 23 Nov 2005 20:29:36 +0100] rev 18239
tuned;
Wed, 23 Nov 2005 18:52:05 +0100 Provers/induct: definitional insts and fixing;
wenzelm [Wed, 23 Nov 2005 18:52:05 +0100] rev 18238
Provers/induct: definitional insts and fixing;
Wed, 23 Nov 2005 18:52:04 +0100 consume: proper treatment of defs;
wenzelm [Wed, 23 Nov 2005 18:52:04 +0100] rev 18237
consume: proper treatment of defs; simplified case_conclusion;
Wed, 23 Nov 2005 18:52:03 +0100 added case_conclusion attribute;
wenzelm [Wed, 23 Nov 2005 18:52:03 +0100] rev 18236
added case_conclusion attribute;
Wed, 23 Nov 2005 18:52:02 +0100 (co)induct: taking;
wenzelm [Wed, 23 Nov 2005 18:52:02 +0100] rev 18235
(co)induct: taking; induct set: proper treatment of defs;
Wed, 23 Nov 2005 18:52:01 +0100 RuleCases.case_conclusion;
wenzelm [Wed, 23 Nov 2005 18:52:01 +0100] rev 18234
RuleCases.case_conclusion;
Wed, 23 Nov 2005 18:52:00 +0100 tuned;
wenzelm [Wed, 23 Nov 2005 18:52:00 +0100] rev 18233
tuned;
Wed, 23 Nov 2005 18:51:59 +0100 added case_conclusion attribute;
wenzelm [Wed, 23 Nov 2005 18:51:59 +0100] rev 18232
added case_conclusion attribute; added coinduct method/attribute; induct method: definsts/fixing/taking; tuned;
Wed, 23 Nov 2005 17:16:42 +0100 improved failure tracking
haftmann [Wed, 23 Nov 2005 17:16:42 +0100] rev 18231
improved failure tracking
Tue, 22 Nov 2005 19:37:36 +0100 Datatype_Universe: hide base names only;
wenzelm [Tue, 22 Nov 2005 19:37:36 +0100] rev 18230
Datatype_Universe: hide base names only;
Tue, 22 Nov 2005 19:34:50 +0100 added type cases/cases_tactic, and CASES, SUBGOAL_CASES;
wenzelm [Tue, 22 Nov 2005 19:34:50 +0100] rev 18229
added type cases/cases_tactic, and CASES, SUBGOAL_CASES; added consume rule; support named case conclusions; tuned interfaces;
Tue, 22 Nov 2005 19:34:48 +0100 cases_tactic;
wenzelm [Tue, 22 Nov 2005 19:34:48 +0100] rev 18228
cases_tactic;
Tue, 22 Nov 2005 19:34:47 +0100 moved multi_resolve(s) to drule.ML;
wenzelm [Tue, 22 Nov 2005 19:34:47 +0100] rev 18227
moved multi_resolve(s) to drule.ML; cases_tactic;
Tue, 22 Nov 2005 19:34:46 +0100 find_xxxS: term instead of thm;
wenzelm [Tue, 22 Nov 2005 19:34:46 +0100] rev 18226
find_xxxS: term instead of thm;
Tue, 22 Nov 2005 19:34:44 +0100 export map_tags;
wenzelm [Tue, 22 Nov 2005 19:34:44 +0100] rev 18225
export map_tags; added multi_resolve(s) -- from Isar/method.ML;
Tue, 22 Nov 2005 19:34:43 +0100 make coinduct actually work;
wenzelm [Tue, 22 Nov 2005 19:34:43 +0100] rev 18224
make coinduct actually work; moved some generic code to Pure/Isar/rule_cases.ML; tuned;
Tue, 22 Nov 2005 19:34:41 +0100 Drule.multi_resolves;
wenzelm [Tue, 22 Nov 2005 19:34:41 +0100] rev 18223
Drule.multi_resolves;
Tue, 22 Nov 2005 19:34:40 +0100 declare coinduct rule;
wenzelm [Tue, 22 Nov 2005 19:34:40 +0100] rev 18222
declare coinduct rule; tuned;
Tue, 22 Nov 2005 14:32:01 +0100 added code generator syntax
haftmann [Tue, 22 Nov 2005 14:32:01 +0100] rev 18221
added code generator syntax
Tue, 22 Nov 2005 12:59:25 +0100 added codegenerator
haftmann [Tue, 22 Nov 2005 12:59:25 +0100] rev 18220
added codegenerator
Tue, 22 Nov 2005 12:42:59 +0100 added code generator syntax
haftmann [Tue, 22 Nov 2005 12:42:59 +0100] rev 18219
added code generator syntax
Tue, 22 Nov 2005 10:09:11 +0100 new treatment of polymorphic types, using Sign.const_typargs
paulson [Tue, 22 Nov 2005 10:09:11 +0100] rev 18218
new treatment of polymorphic types, using Sign.const_typargs
Mon, 21 Nov 2005 16:51:57 +0100 added codegen package
haftmann [Mon, 21 Nov 2005 16:51:57 +0100] rev 18217
added codegen package
Mon, 21 Nov 2005 15:15:32 +0100 added serializer
haftmann [Mon, 21 Nov 2005 15:15:32 +0100] rev 18216
added serializer
Mon, 21 Nov 2005 11:14:11 +0100 tweak
paulson [Mon, 21 Nov 2005 11:14:11 +0100] rev 18215
tweak
Mon, 21 Nov 2005 10:44:14 +0100 fixed some inconveniencies in website
haftmann [Mon, 21 Nov 2005 10:44:14 +0100] rev 18214
fixed some inconveniencies in website
Sat, 19 Nov 2005 14:22:28 +0100 CONJUNCTS;
wenzelm [Sat, 19 Nov 2005 14:22:28 +0100] rev 18213
CONJUNCTS;
Sat, 19 Nov 2005 14:21:09 +0100 tuned;
wenzelm [Sat, 19 Nov 2005 14:21:09 +0100] rev 18212
tuned;
Sat, 19 Nov 2005 14:21:08 +0100 Goal.norm_hhf_protected;
wenzelm [Sat, 19 Nov 2005 14:21:08 +0100] rev 18211
Goal.norm_hhf_protected;
Sat, 19 Nov 2005 14:21:07 +0100 added coinduct attribute;
wenzelm [Sat, 19 Nov 2005 14:21:07 +0100] rev 18210
added coinduct attribute; tuned;
Sat, 19 Nov 2005 14:21:06 +0100 added CONJUNCTS: treat conjunction as separate sub-goals;
wenzelm [Sat, 19 Nov 2005 14:21:06 +0100] rev 18209
added CONJUNCTS: treat conjunction as separate sub-goals;
Sat, 19 Nov 2005 14:21:05 +0100 simpset: added reorient field, set_reorient;
wenzelm [Sat, 19 Nov 2005 14:21:05 +0100] rev 18208
simpset: added reorient field, set_reorient;
Sat, 19 Nov 2005 14:21:04 +0100 tuned norm_hhf_protected;
wenzelm [Sat, 19 Nov 2005 14:21:04 +0100] rev 18207
tuned norm_hhf_protected;
Sat, 19 Nov 2005 14:21:03 +0100 removed conj_mono;
wenzelm [Sat, 19 Nov 2005 14:21:03 +0100] rev 18206
removed conj_mono; added conj_curry; tuned;
Sat, 19 Nov 2005 14:21:02 +0100 induct: CONJUNCTS for multiple goals;
wenzelm [Sat, 19 Nov 2005 14:21:02 +0100] rev 18205
induct: CONJUNCTS for multiple goals; added coinduct method; tuned;
Sat, 19 Nov 2005 14:21:01 +0100 tuned induct syntax;
wenzelm [Sat, 19 Nov 2005 14:21:01 +0100] rev 18204
tuned induct syntax;
Sat, 19 Nov 2005 14:21:00 +0100 FOL: -p 2;
wenzelm [Sat, 19 Nov 2005 14:21:00 +0100] rev 18203
FOL: -p 2;
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip