add make-lazy-proc to lazy stepper skipped fns list
(Edited version of 3f79c37
)
This commit is contained in:
parent
4389a4671d
commit
4db334ee2a
|
@ -70,6 +70,7 @@
|
|||
[(#%plain-app f arg)
|
||||
(let ([fn (syntax->datum #'f)])
|
||||
(or (eq? fn 'lazy-proc)
|
||||
(eq? fn 'make-lazy-proc)
|
||||
(eq? fn 'force) (eq? fn '!) (eq? fn '!!)
|
||||
(eq? fn '!list) (eq? fn '!!list)
|
||||
(equal? fn '(#%plain-app parameter-procedure))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user