Remove scheme/list, scheme/base requires for-syntax
Replace with Racket equivalents.
This commit is contained in:
parent
4baae35e7c
commit
c558ae7e1a
|
@ -2,8 +2,8 @@
|
|||
(require frtime/core/frp
|
||||
(only-in racket/list first second cons? empty empty? rest last-pair)
|
||||
(only-in racket/function identity)
|
||||
(for-syntax scheme/list
|
||||
scheme/base))
|
||||
(for-syntax racket/base
|
||||
(only-in racket/list first second last-pair empty empty?)))
|
||||
|
||||
(define nothing (void));(string->uninterned-symbol "nothing"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user