summaryrefslogtreecommitdiff
path: root/plt
diff options
context:
space:
mode:
authorJJ2024-10-02 03:29:51 +0000
committerJJ2024-10-02 03:29:51 +0000
commit3d6149cfdf4ec1e8cfbcd4d620e75d9398772818 (patch)
treeeb48c58a8402c4fa154c3c7854567742d75c8027 /plt
parentc76437dfdc4a10780a439ed71883637114cb084d (diff)
meow
Diffstat (limited to 'plt')
-rw-r--r--plt/lambda-calculus.md2
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