Mon, 18 Jul 2011 10:50:21 +0100 |
Christian Urban |
moved eqvt for Option.map
|
changeset |
files
|
Mon, 18 Jul 2011 00:21:51 +0100 |
Christian Urban |
some tuning
|
changeset |
files
|
Sun, 17 Jul 2011 11:33:09 +0100 |
Christian Urban |
direct definition of height using bn
|
changeset |
files
|
Sun, 17 Jul 2011 04:04:17 +0100 |
Christian Urban |
defined a function directly over a nominal datatype with bn
|
changeset |
files
|
Sat, 16 Jul 2011 21:36:43 +0100 |
Christian Urban |
more one the NBE example
|
changeset |
files
|
Fri, 15 Jul 2011 22:48:37 +0100 |
Christian Urban |
some improvements to the NBE example
|
changeset |
files
|
Wed, 13 Jul 2011 09:47:58 +0100 |
Christian Urban |
slight tuning
|
changeset |
files
|
Tue, 12 Jul 2011 03:12:32 +0900 |
Cezary Kaliszyk |
use eqvt_at_perm
|
changeset |
files
|
Mon, 11 Jul 2011 23:42:52 +0900 |
Cezary Kaliszyk |
Remove copy of FCB and cleanup
|
changeset |
files
|
Mon, 11 Jul 2011 23:42:22 +0900 |
Cezary Kaliszyk |
Experiment with permuting eqvt_at
|
changeset |
files
|
Mon, 11 Jul 2011 14:02:13 +0200 |
Christian Urban |
combinators for local theories and lists
|
changeset |
files
|
Mon, 11 Jul 2011 12:23:44 +0100 |
Christian Urban |
merged
|
changeset |
files
|
Mon, 11 Jul 2011 12:23:24 +0100 |
Christian Urban |
some more experiments with let and bns
|
changeset |
files
|
Fri, 08 Jul 2011 05:04:23 +0200 |
Christian Urban |
some code refactoring
|
changeset |
files
|
Thu, 07 Jul 2011 16:17:03 +0200 |
Christian Urban |
merged
|
changeset |
files
|
Thu, 07 Jul 2011 16:16:42 +0200 |
Christian Urban |
code refactoring; introduced a record for raw_dt_info
|
changeset |
files
|
Wed, 06 Jul 2011 23:11:30 +0200 |
Christian Urban |
more on NBE
|
changeset |
files
|
Wed, 06 Jul 2011 15:59:11 +0200 |
Christian Urban |
more on the NBE function
|
changeset |
files
|
Wed, 06 Jul 2011 01:04:09 +0200 |
Christian Urban |
a little further with NBE
|
changeset |
files
|
Wed, 06 Jul 2011 07:42:12 +0900 |
Cezary Kaliszyk |
Setup eqvt_at for first goal
|
changeset |
files
|
Wed, 06 Jul 2011 00:34:42 +0200 |
Christian Urban |
attempt for NBE
|
changeset |
files
|
Tue, 05 Jul 2011 23:47:20 +0200 |
Christian Urban |
added some relatively simple examples from paper by Norrish
|
changeset |
files
|
Tue, 05 Jul 2011 18:42:34 +0200 |
Christian Urban |
changed bind to binds in specifications; bind will cause trouble with Monad_Syntax
|
changeset |
files
|
Tue, 05 Jul 2011 18:01:54 +0200 |
Christian Urban |
side commment for future use
|
changeset |
files
|
Tue, 05 Jul 2011 16:22:18 +0200 |
Christian Urban |
made the tests go through again
|
changeset |
files
|
Tue, 05 Jul 2011 15:01:10 +0200 |
Christian Urban |
added another example which seems difficult to define
|
changeset |
files
|
Tue, 05 Jul 2011 15:00:41 +0200 |
Christian Urban |
added a tactic "all_trivials" which simplifies all trivial constructor cases and leaves the others untouched.
|
changeset |
files
|
Tue, 05 Jul 2011 04:23:33 +0200 |
Christian Urban |
merged
|
changeset |
files
|
Tue, 05 Jul 2011 04:19:02 +0200 |
Christian Urban |
all FCB lemmas
|
changeset |
files
|
Tue, 05 Jul 2011 04:18:45 +0200 |
Christian Urban |
exported various FCB-lemmas to a separate file
|
changeset |
files
|
Tue, 05 Jul 2011 10:13:34 +0900 |
Cezary Kaliszyk |
Express trans_db with Option.map and Option.bind. Possibly mbind is a copy of bind?
|
changeset |
files
|
Tue, 05 Jul 2011 09:28:16 +0900 |
Cezary Kaliszyk |
Define a version of aux only for same binders. Completeness is fine.
|
changeset |
files
|
Tue, 05 Jul 2011 09:26:20 +0900 |
Cezary Kaliszyk |
Move If / Let with 'True' to the end of Lambda
|
changeset |
files
|
Mon, 04 Jul 2011 23:56:19 +0200 |
Christian Urban |
merged
|
changeset |
files
|
Mon, 04 Jul 2011 23:55:46 +0200 |
Christian Urban |
tuned
|
changeset |
files
|
Mon, 04 Jul 2011 23:54:05 +0200 |
Christian Urban |
added an example that recurses over two arguments; the interesting proof-obligation is not yet done
|
changeset |
files
|
Mon, 04 Jul 2011 14:47:21 +0900 |
Cezary Kaliszyk |
Let with a different invariant; not true.
|
changeset |
files
|
Sun, 03 Jul 2011 21:04:46 +0900 |
Cezary Kaliszyk |
Add non-working Lambda_F_T using FCB2
|
changeset |
files
|
Sun, 03 Jul 2011 21:04:06 +0900 |
Cezary Kaliszyk |
Added non-working CPS3 using FCB2
|
changeset |
files
|
Sun, 03 Jul 2011 21:01:07 +0900 |
Cezary Kaliszyk |
Change CPS1 to FCB2
|
changeset |
files
|
Sat, 02 Jul 2011 12:40:59 +0900 |
Cezary Kaliszyk |
Did the proofs of height and subst for Let with list-like binders. Having apply_assns allows proving things by alpha_bn
|
changeset |
files
|
Sat, 02 Jul 2011 00:27:47 +0100 |
Christian Urban |
side-by-side tests of lets with single assignment; deep-binder case works if the recursion is avoided using an auxiliary function
|
changeset |
files
|
Fri, 01 Jul 2011 17:46:15 +0900 |
Cezary Kaliszyk |
Exhaust Issue
|
changeset |
files
|
Thu, 30 Jun 2011 11:05:25 +0100 |
Christian Urban |
clarified a sentence
|
changeset |
files
|
Thu, 30 Jun 2011 02:19:59 +0100 |
Christian Urban |
more code refactoring
|
changeset |
files
|
Wed, 29 Jun 2011 23:08:44 +0100 |
Christian Urban |
combined distributed data for alpha in alpha_result (partially done)
|
changeset |
files
|
Wed, 29 Jun 2011 19:21:26 +0100 |
Christian Urban |
moved Classical and Let temporarily into a section where "sorry" is allowed; this makes all test go through
|
changeset |
files
|
Wed, 29 Jun 2011 17:01:09 +0100 |
Christian Urban |
added a warning if a theorem is already declared as equivariant
|
changeset |
files
|
Wed, 29 Jun 2011 16:44:54 +0100 |
Christian Urban |
merged
|
changeset |
files
|
Wed, 29 Jun 2011 13:04:24 +0900 |
Cezary Kaliszyk |
Prove bn injectivity and experiment more with Let
|
changeset |
files
|
Wed, 29 Jun 2011 00:48:50 +0100 |
Christian Urban |
some experiments
|
changeset |
files
|
Tue, 28 Jun 2011 14:45:30 +0900 |
Cezary Kaliszyk |
trying new fcb in let/subst
|
changeset |
files
|
Tue, 28 Jun 2011 14:30:30 +0900 |
Cezary Kaliszyk |
Leftover only inj and eqvt
|
changeset |
files
|
Tue, 28 Jun 2011 14:18:26 +0900 |
Cezary Kaliszyk |
eapply fcb ok
|
changeset |
files
|
Tue, 28 Jun 2011 14:01:15 +0900 |
Cezary Kaliszyk |
Removed Inl and Inr
|
changeset |
files
|
Tue, 28 Jun 2011 14:49:48 +0100 |
Christian Urban |
relaxed type in fcb
|
changeset |
files
|
Tue, 28 Jun 2011 14:34:07 +0100 |
Christian Urban |
fcb with explicit bn function
|
changeset |
files
|
Tue, 28 Jun 2011 14:01:52 +0100 |
Christian Urban |
added let-rec example
|
changeset |
files
|
Tue, 28 Jun 2011 12:36:34 +0900 |
Cezary Kaliszyk |
Experiments with res
|
changeset |
files
|
Tue, 28 Jun 2011 00:48:57 +0100 |
Christian Urban |
proved the fcb also for sets (no restriction yet)
|
changeset |
files
|