Sun, 11 Dec 2005 01:21:26 +0100 completed the sn proof and changed the manual
urbanc [Sun, 11 Dec 2005 01:21:26 +0100] rev 18382
completed the sn proof and changed the manual accordingly
Sat, 10 Dec 2005 00:11:35 +0100 changed the types in accordance with Florian's changes
urbanc [Sat, 10 Dec 2005 00:11:35 +0100] rev 18381
changed the types in accordance with Florian's changes
Fri, 09 Dec 2005 15:25:52 +0100 substantial improvements for class code generation
haftmann [Fri, 09 Dec 2005 15:25:52 +0100] rev 18380
substantial improvements for class code generation
Fri, 09 Dec 2005 15:25:29 +0100 improved extraction interface
haftmann [Fri, 09 Dec 2005 15:25:29 +0100] rev 18379
improved extraction interface
Fri, 09 Dec 2005 12:38:49 +0100 tuned
urbanc [Fri, 09 Dec 2005 12:38:49 +0100] rev 18378
tuned
Fri, 09 Dec 2005 09:06:45 +0100 oriented result pairs in PureThy
haftmann [Fri, 09 Dec 2005 09:06:45 +0100] rev 18377
oriented result pairs in PureThy
Thu, 08 Dec 2005 20:16:17 +0100 tuned;
wenzelm [Thu, 08 Dec 2005 20:16:17 +0100] rev 18376
tuned;
Thu, 08 Dec 2005 20:16:10 +0100 removed Syntax.deskolem;
wenzelm [Thu, 08 Dec 2005 20:16:10 +0100] rev 18375
removed Syntax.deskolem;
Thu, 08 Dec 2005 20:16:04 +0100 swap: no longer pervasive;
wenzelm [Thu, 08 Dec 2005 20:16:04 +0100] rev 18374
swap: no longer pervasive;
Thu, 08 Dec 2005 20:15:57 +0100 replaced swap by contrapos_np;
wenzelm [Thu, 08 Dec 2005 20:15:57 +0100] rev 18373
replaced swap by contrapos_np;
Thu, 08 Dec 2005 20:15:50 +0100 tuned proofs;
wenzelm [Thu, 08 Dec 2005 20:15:50 +0100] rev 18372
tuned proofs;
Thu, 08 Dec 2005 20:15:41 +0100 Cla.swap;
wenzelm [Thu, 08 Dec 2005 20:15:41 +0100] rev 18371
Cla.swap;
Thu, 08 Dec 2005 20:15:34 +0100 removed hint for Classical.swap, which is not really user-level anyway;
wenzelm [Thu, 08 Dec 2005 20:15:34 +0100] rev 18370
removed hint for Classical.swap, which is not really user-level anyway;
Thu, 08 Dec 2005 12:50:04 +0100 tuned sources and proofs
wenzelm [Thu, 08 Dec 2005 12:50:04 +0100] rev 18369
tuned sources and proofs
Thu, 08 Dec 2005 12:50:03 +0100 Classical.swap;
wenzelm [Thu, 08 Dec 2005 12:50:03 +0100] rev 18368
Classical.swap;
Thu, 08 Dec 2005 12:50:02 +0100 * HOL: Theorem 'swap' is no longer bound at the ML top-level.
wenzelm [Thu, 08 Dec 2005 12:50:02 +0100] rev 18367
* HOL: Theorem 'swap' is no longer bound at the ML top-level.
Thu, 08 Dec 2005 10:17:21 +0100 Adapted to new type of PureThy.add_defs_i.
berghofe [Thu, 08 Dec 2005 10:17:21 +0100] rev 18366
Adapted to new type of PureThy.add_defs_i.
Wed, 07 Dec 2005 16:47:04 +0100 replaced swap by Classical.swap;
wenzelm [Wed, 07 Dec 2005 16:47:04 +0100] rev 18365
replaced swap by Classical.swap;
Wed, 07 Dec 2005 15:23:22 +0100 avoid unportable tail;
wenzelm [Wed, 07 Dec 2005 15:23:22 +0100] rev 18364
avoid unportable tail;
Wed, 07 Dec 2005 12:33:38 +0100 tuned
urbanc [Wed, 07 Dec 2005 12:33:38 +0100] rev 18363
tuned
Tue, 06 Dec 2005 17:26:26 +0100 removed thms 'swap' and 'nth_map' from ML toplevel
haftmann [Tue, 06 Dec 2005 17:26:26 +0100] rev 18362
removed thms 'swap' and 'nth_map' from ML toplevel
Tue, 06 Dec 2005 17:11:40 +0100 improved serialization of classes to haskell
haftmann [Tue, 06 Dec 2005 17:11:40 +0100] rev 18361
improved serialization of classes to haskell
Tue, 06 Dec 2005 16:07:25 +0100 improved class handling
haftmann [Tue, 06 Dec 2005 16:07:25 +0100] rev 18360
improved class handling
Tue, 06 Dec 2005 16:07:10 +0100 added 'dig' combinator
haftmann [Tue, 06 Dec 2005 16:07:10 +0100] rev 18359
added 'dig' combinator
Tue, 06 Dec 2005 09:04:09 +0100 re-oriented some result tuples in PureThy
haftmann [Tue, 06 Dec 2005 09:04:09 +0100] rev 18358
re-oriented some result tuples in PureThy
Tue, 06 Dec 2005 06:22:14 +0100 Added more functions for new type embedding of HOL clauses.
mengj [Tue, 06 Dec 2005 06:22:14 +0100] rev 18357
Added more functions for new type embedding of HOL clauses.
Tue, 06 Dec 2005 06:21:07 +0100 Added new type embedding methods for translating HOL clauses.
mengj [Tue, 06 Dec 2005 06:21:07 +0100] rev 18356
Added new type embedding methods for translating HOL clauses.
Mon, 05 Dec 2005 18:19:49 +0100 added code to say that discrete types (nat, bool, char)
urbanc [Mon, 05 Dec 2005 18:19:49 +0100] rev 18355
added code to say that discrete types (nat, bool, char) are instances of cp_*_*.
Mon, 05 Dec 2005 17:02:20 +0100 tuned
urbanc [Mon, 05 Dec 2005 17:02:20 +0100] rev 18354
tuned
Mon, 05 Dec 2005 15:55:19 +0100 transitivity should be now in a reasonable state. But
urbanc [Mon, 05 Dec 2005 15:55:19 +0100] rev 18353
transitivity should be now in a reasonable state. But Markus has to have a look at some of the advanced features.
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip