posts/how-to-keep-lambda-calculus-simple #10
Replies: 0 comments 2 replies
-
|
Thanks for this most elucidating writeup, Hirrolot! The following lines can be written more idiomatically/clearly as iEval (Free x) (d,) = case lookup x d of Nothing -> (vfree x); Just v -> v The lovely K combinator example is missing an Inf: quote 0 (VLam (\x -> VLam (\y -> x))) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
posts/how-to-keep-lambda-calculus-simple
https://hirrolot.github.io/posts/how-to-keep-lambda-calculus-simple.html
Beta Was this translation helpful? Give feedback.
All reactions