Required identifiers cannot error on use.
This commit is contained in:
parent
dc79012a5c
commit
83827577d3
|
@ -336,8 +336,8 @@
|
||||||
;; lexical variable - no error possile
|
;; lexical variable - no error possile
|
||||||
expr]
|
expr]
|
||||||
[(and (pair? b) (let-values ([(base rel) (module-path-index-split (car b))])
|
[(and (pair? b) (let-values ([(base rel) (module-path-index-split (car b))])
|
||||||
(equal? '(quote #%kernel) base)))
|
(and base rel)))
|
||||||
;; built-in - no error possible
|
;; from another module -- no error possible
|
||||||
expr]
|
expr]
|
||||||
[else
|
[else
|
||||||
;; might be undefined/uninitialized
|
;; might be undefined/uninitialized
|
||||||
|
|
Loading…
Reference in New Issue
Block a user