Remove scheme/list, scheme/base requires for-syntax

Replace with Racket equivalents.
This commit is contained in:
Patrick Mahoney 2012-08-03 17:08:03 -04:00 committed by Gregory Cooper
parent 4baae35e7c
commit c558ae7e1a

View File

@ -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"))