lambda icon indicating copy to clipboard operation
lambda copied to clipboard

[idea] graph-based implementation of lambda calculus

Open xieyuheng opened this issue 3 years ago • 0 comments

Normal forms of Parigot numerals are exponential in size, but a reasonable term-graph implementation should be able to keep them linear via sharing.

Implement lamping reduction by inet.

After this, we can use lambda encoding for real.

After using lambda encoding for real, maybe we can get better understanding of inductive datatype

For example, parameters v.s. indexes.

xieyuheng avatar Oct 19 '22 22:10 xieyuheng