diff options
author | JJ | 2024-10-02 03:29:51 +0000 |
---|---|---|
committer | JJ | 2024-10-02 03:29:51 +0000 |
commit | 3d6149cfdf4ec1e8cfbcd4d620e75d9398772818 (patch) | |
tree | eb48c58a8402c4fa154c3c7854567742d75c8027 /plt | |
parent | c76437dfdc4a10780a439ed71883637114cb084d (diff) |
meow
Diffstat (limited to 'plt')
-rw-r--r-- | plt/lambda-calculus.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plt/lambda-calculus.md b/plt/lambda-calculus.md index 7d15dbf..beb389c 100644 --- a/plt/lambda-calculus.md +++ b/plt/lambda-calculus.md @@ -7,7 +7,7 @@ title: computation/lambda calculus the lambda calculus is a simple expression of computation. -```racket +```scheme ;; A full implementation of the untyped lambda calculus in Racket. (define (interpret expr [ctx #hash()]) (match expr |