Mon, 08 Feb 2010 06:27:20 +0100 added 2 papers about core haskell
Christian Urban <urbanc@in.tum.de> [Mon, 08 Feb 2010 06:27:20 +0100] rev 1081
added 2 papers about core haskell
Sun, 07 Feb 2010 10:20:29 +0100 fixed lemma name
Christian Urban <urbanc@in.tum.de> [Sun, 07 Feb 2010 10:20:29 +0100] rev 1080
fixed lemma name
Sun, 07 Feb 2010 10:16:21 +0100 updated to latest Nominal2
Christian Urban <urbanc@in.tum.de> [Sun, 07 Feb 2010 10:16:21 +0100] rev 1079
updated to latest Nominal2
Sat, 06 Feb 2010 12:58:56 +0100 minor
Christian Urban <urbanc@in.tum.de> [Sat, 06 Feb 2010 12:58:56 +0100] rev 1078
minor
Sat, 06 Feb 2010 10:04:56 +0100 some tuning
Christian Urban <urbanc@in.tum.de> [Sat, 06 Feb 2010 10:04:56 +0100] rev 1077
some tuning
Fri, 05 Feb 2010 15:17:21 +0100 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 05 Feb 2010 15:17:21 +0100] rev 1076
merge
Fri, 05 Feb 2010 14:52:27 +0100 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 05 Feb 2010 14:52:27 +0100] rev 1075
merge
Fri, 05 Feb 2010 10:32:21 +0100 Fixes for Bex1 removal.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 05 Feb 2010 10:32:21 +0100] rev 1074
Fixes for Bex1 removal.
Fri, 05 Feb 2010 15:09:49 +0100 Cleaned Terms using [lifted] and found a workaround for the instantiation problem.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 05 Feb 2010 15:09:49 +0100] rev 1073
Cleaned Terms using [lifted] and found a workaround for the instantiation problem.
Fri, 05 Feb 2010 11:37:18 +0100 A procedure that properly instantiates the types too.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 05 Feb 2010 11:37:18 +0100] rev 1072
A procedure that properly instantiates the types too.
Fri, 05 Feb 2010 11:28:49 +0100 More code abstracted away
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 05 Feb 2010 11:28:49 +0100] rev 1071
More code abstracted away
Fri, 05 Feb 2010 11:19:21 +0100 A bit more intelligent and cleaner code.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 05 Feb 2010 11:19:21 +0100] rev 1070
A bit more intelligent and cleaner code.
Fri, 05 Feb 2010 11:09:43 +0100 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 05 Feb 2010 11:09:43 +0100] rev 1069
merge
Fri, 05 Feb 2010 10:45:49 +0100 A proper version of the attribute
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 05 Feb 2010 10:45:49 +0100] rev 1068
A proper version of the attribute
Fri, 05 Feb 2010 09:06:49 +0100 merged
Christian Urban <urbanc@in.tum.de> [Fri, 05 Feb 2010 09:06:49 +0100] rev 1067
merged
Fri, 05 Feb 2010 09:06:27 +0100 eqvts and eqvts_raw are separate thm-lists; otherwise permute_eqvt is problematic as it causes looks in eqvts
Christian Urban <urbanc@in.tum.de> [Fri, 05 Feb 2010 09:06:27 +0100] rev 1066
eqvts and eqvts_raw are separate thm-lists; otherwise permute_eqvt is problematic as it causes looks in eqvts
Thu, 04 Feb 2010 18:09:20 +0100 The automatic lifting translation function, still with dummy types,
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 04 Feb 2010 18:09:20 +0100] rev 1065
The automatic lifting translation function, still with dummy types, but works everywhere in the LF example.
Thu, 04 Feb 2010 17:58:23 +0100 Quotdata_dest needed for lifting theorem translation.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 04 Feb 2010 17:58:23 +0100] rev 1064
Quotdata_dest needed for lifting theorem translation.
Thu, 04 Feb 2010 17:39:04 +0100 fixed (permute_eqvt in eqvts makes this simpset always looping)
Christian Urban <urbanc@in.tum.de> [Thu, 04 Feb 2010 17:39:04 +0100] rev 1063
fixed (permute_eqvt in eqvts makes this simpset always looping)
Thu, 04 Feb 2010 15:19:24 +0100 rollback of the test
Christian Urban <urbanc@in.tum.de> [Thu, 04 Feb 2010 15:19:24 +0100] rev 1062
rollback of the test
Thu, 04 Feb 2010 15:16:34 +0100 linked versions - instead of copies
Christian Urban <urbanc@in.tum.de> [Thu, 04 Feb 2010 15:16:34 +0100] rev 1061
linked versions - instead of copies
Thu, 04 Feb 2010 14:55:52 +0100 merged
Christian Urban <urbanc@in.tum.de> [Thu, 04 Feb 2010 14:55:52 +0100] rev 1060
merged
Thu, 04 Feb 2010 14:55:21 +0100 restored the old behaviour of having an eqvts list; the transformed theorems are stored in eqvts_raw
Christian Urban <urbanc@in.tum.de> [Thu, 04 Feb 2010 14:55:21 +0100] rev 1059
restored the old behaviour of having an eqvts list; the transformed theorems are stored in eqvts_raw
Wed, 03 Feb 2010 18:28:50 +0100 More let-rec experiments
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 03 Feb 2010 18:28:50 +0100] rev 1058
More let-rec experiments
Wed, 03 Feb 2010 17:36:25 +0100 proposal for an alpha equivalence
Christian Urban <urbanc@in.tum.de> [Wed, 03 Feb 2010 17:36:25 +0100] rev 1057
proposal for an alpha equivalence
Wed, 03 Feb 2010 15:17:29 +0100 Lets different.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 03 Feb 2010 15:17:29 +0100] rev 1056
Lets different.
Wed, 03 Feb 2010 14:39:19 +0100 Simplified the proof.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 03 Feb 2010 14:39:19 +0100] rev 1055
Simplified the proof.
Wed, 03 Feb 2010 14:36:48 +0100 merged
Christian Urban <urbanc@in.tum.de> [Wed, 03 Feb 2010 14:36:48 +0100] rev 1054
merged
Wed, 03 Feb 2010 14:36:22 +0100 proved that bv for lists respects alpha for terms
Christian Urban <urbanc@in.tum.de> [Wed, 03 Feb 2010 14:36:22 +0100] rev 1053
proved that bv for lists respects alpha for terms
Wed, 03 Feb 2010 14:28:00 +0100 Finished remains on the let proof.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 03 Feb 2010 14:28:00 +0100] rev 1052
Finished remains on the let proof.
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip