Skip to content

Commit 67aca1f

Browse files
committed
Oh woah, weird cond feature
1 parent b483129 commit 67aca1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax/platform-language.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
[(? number?) 'real]
4545
[(? symbol?)
4646
#:when (assq expr env)
47-
cdr]
47+
(cdr (assq expr env))]
4848
[(? symbol?) (bad! "unbound variable `~a`" expr)]
4949
[`(if ,cond ,ift ,iff)
5050
(define cond-ty (type-of cond))

0 commit comments

Comments
 (0)