We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b483129 commit 67aca1fCopy full SHA for 67aca1f
src/syntax/platform-language.rkt
@@ -44,7 +44,7 @@
44
[(? number?) 'real]
45
[(? symbol?)
46
#:when (assq expr env)
47
- cdr]
+ (cdr (assq expr env))]
48
[(? symbol?) (bad! "unbound variable `~a`" expr)]
49
[`(if ,cond ,ift ,iff)
50
(define cond-ty (type-of cond))
0 commit comments