Mon, 12 Mar 2007 19:23:49 +0100 syntax: proper body priorty for derived binders;
wenzelm [Mon, 12 Mar 2007 19:23:49 +0100] rev 22439
syntax: proper body priorty for derived binders;
Mon, 12 Mar 2007 19:23:48 +0100 tuned;
wenzelm [Mon, 12 Mar 2007 19:23:48 +0100] rev 22438
tuned;
Mon, 12 Mar 2007 16:25:39 +0100 removes some unused code that used to try to derive a simpler version of the eqvt lemmas
narboux [Mon, 12 Mar 2007 16:25:39 +0100] rev 22437
removes some unused code that used to try to derive a simpler version of the eqvt lemmas
Mon, 12 Mar 2007 11:07:59 +0100 Adapted to new inductive definition package.
berghofe [Mon, 12 Mar 2007 11:07:59 +0100] rev 22436
Adapted to new inductive definition package.
Sun, 11 Mar 2007 15:02:44 +0100 clarified code
haftmann [Sun, 11 Mar 2007 15:02:44 +0100] rev 22435
clarified code
Sat, 10 Mar 2007 16:31:55 +0100 - Replaced fold by fold_rev to make sure that list of predicate
berghofe [Sat, 10 Mar 2007 16:31:55 +0100] rev 22434
- Replaced fold by fold_rev to make sure that list of predicate variables pvars (for invariants) is in the correct order - Adapted to new format of datatype descriptor
Sat, 10 Mar 2007 16:28:06 +0100 - Changed format of descriptor contained in nominal_datatype_info
berghofe [Sat, 10 Mar 2007 16:28:06 +0100] rev 22433
- Changed format of descriptor contained in nominal_datatype_info - Equivariance proof for graph of primrec combinator no longer uses large simpset (more robust).
Sat, 10 Mar 2007 16:25:57 +0100 Renamed INF to INFM to avoid clash with INF operator defined in FixedPoint theory.
berghofe [Sat, 10 Mar 2007 16:25:57 +0100] rev 22432
Renamed INF to INFM to avoid clash with INF operator defined in FixedPoint theory.
Sat, 10 Mar 2007 16:24:52 +0100 Adapted to changes in definition of SUP.
berghofe [Sat, 10 Mar 2007 16:24:52 +0100] rev 22431
Adapted to changes in definition of SUP.
Sat, 10 Mar 2007 16:23:28 +0100 Generalized version of SUP and INF (with index set).
berghofe [Sat, 10 Mar 2007 16:23:28 +0100] rev 22430
Generalized version of SUP and INF (with index set).
Sat, 10 Mar 2007 16:13:08 +0100 Eta-expanded codetype_hook to make SML/NJ happy.
berghofe [Sat, 10 Mar 2007 16:13:08 +0100] rev 22429
Eta-expanded codetype_hook to make SML/NJ happy.
Fri, 09 Mar 2007 13:10:22 +0100 First stab at reconstructing HO problems
paulson [Fri, 09 Mar 2007 13:10:22 +0100] rev 22428
First stab at reconstructing HO problems
Fri, 09 Mar 2007 08:45:59 +0100 constant names now dependent on executable content
haftmann [Fri, 09 Mar 2007 08:45:59 +0100] rev 22427
constant names now dependent on executable content
Fri, 09 Mar 2007 08:45:58 +0100 resolved name clashes
haftmann [Fri, 09 Mar 2007 08:45:58 +0100] rev 22426
resolved name clashes
Fri, 09 Mar 2007 08:45:57 +0100 moved order on functions here
haftmann [Fri, 09 Mar 2007 08:45:57 +0100] rev 22425
moved order on functions here
Fri, 09 Mar 2007 08:45:55 +0100 *** empty log message ***
haftmann [Fri, 09 Mar 2007 08:45:55 +0100] rev 22424
*** empty log message ***
Fri, 09 Mar 2007 08:45:53 +0100 dropped code datatype certificates
haftmann [Fri, 09 Mar 2007 08:45:53 +0100] rev 22423
dropped code datatype certificates
Fri, 09 Mar 2007 08:45:50 +0100 stepping towards uniform lattice theory development in HOL
haftmann [Fri, 09 Mar 2007 08:45:50 +0100] rev 22422
stepping towards uniform lattice theory development in HOL
Tue, 06 Mar 2007 16:40:32 +0100 correct typo in latex output
narboux [Tue, 06 Mar 2007 16:40:32 +0100] rev 22421
correct typo in latex output
Tue, 06 Mar 2007 16:17:52 +0100 updated this file to the new infrastructure
urbanc [Tue, 06 Mar 2007 16:17:52 +0100] rev 22420
updated this file to the new infrastructure
Tue, 06 Mar 2007 15:49:25 +0100 fixed function package bug in the handling of multiple guards
krauss [Tue, 06 Mar 2007 15:49:25 +0100] rev 22419
fixed function package bug in the handling of multiple guards
Tue, 06 Mar 2007 15:28:22 +0100 major update of the nominal package; there is now an infrastructure
urbanc [Tue, 06 Mar 2007 15:28:22 +0100] rev 22418
major update of the nominal package; there is now an infrastructure for equivariance lemmas which eases definitions of nominal functions
Tue, 06 Mar 2007 08:09:43 +0100 fix wrong default for find_theorems
kleing [Tue, 06 Mar 2007 08:09:43 +0100] rev 22417
fix wrong default for find_theorems
Tue, 06 Mar 2007 05:32:14 +0100 document find_theorems syntax change
kleing [Tue, 06 Mar 2007 05:32:14 +0100] rev 22416
document find_theorems syntax change
Tue, 06 Mar 2007 05:31:23 +0100 find_theorems: moved with_dup into the brackets, i.e.
kleing [Tue, 06 Mar 2007 05:31:23 +0100] rev 22415
find_theorems: moved with_dup into the brackets, i.e. find_theorems (20 with_dups) "some term" ..
Tue, 06 Mar 2007 05:09:53 +0100 an O(n log n) version of removing duplicates
kleing [Tue, 06 Mar 2007 05:09:53 +0100] rev 22414
an O(n log n) version of removing duplicates
Mon, 05 Mar 2007 22:39:59 +0100 clean up var/running dir before spawning new tests
kleing [Mon, 05 Mar 2007 22:39:59 +0100] rev 22413
clean up var/running dir before spawning new tests
Mon, 05 Mar 2007 22:25:00 +0100 additional settings for isatest runs on various platforms
kleing [Mon, 05 Mar 2007 22:25:00 +0100] rev 22412
additional settings for isatest runs on various platforms
Mon, 05 Mar 2007 22:23:23 +0100 adjust paths
kleing [Mon, 05 Mar 2007 22:23:23 +0100] rev 22411
adjust paths
Mon, 05 Mar 2007 22:12:20 +0100 moved all isatest/cron job related files to own directory
kleing [Mon, 05 Mar 2007 22:12:20 +0100] rev 22410
moved all isatest/cron job related files to own directory
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip