debuggin
This commit is contained in:
parent
a3d5ec0b86
commit
7a5a8311b9
|
@ -774,9 +774,12 @@
|
|||
[(and (LocalRef? exp)
|
||||
(not (LocalRef-unbox? exp)))
|
||||
(let ([entry (list-ref cenv (LocalRef-depth exp))])
|
||||
(printf "~s\n" entry)
|
||||
(cond
|
||||
[(StaticallyKnownLam? entry)
|
||||
entry]
|
||||
[(Const? entry)
|
||||
entry]
|
||||
[else
|
||||
'?]))]
|
||||
[(ToplevelRef? exp)
|
||||
|
|
Loading…
Reference in New Issue
Block a user