small typo in iworlds

svn: r13826
This commit is contained in:
Matthias Felleisen 2009-02-24 23:12:07 +00:00
parent 20fa57d6d0
commit 20af4fe7d4

View File

@ -228,9 +228,9 @@
(define-struct iworld (in out name info) #:transparent)
;; World = (make-iworld IPort OPort Symbol [Listof Sexp])
(define iworld1 (make-iworld (current-input-port) (current-output-port) 'sk '()))
(define iworld2 (make-iworld (current-input-port) (current-output-port) 'mf '()))
(define iworld3 (make-iworld (current-input-port) (current-output-port) 'rf '()))
(define iworld1 (make-iworld (current-input-port) (current-output-port) 'iworld1 '()))
(define iworld2 (make-iworld (current-input-port) (current-output-port) 'iworld2 '()))
(define iworld3 (make-iworld (current-input-port) (current-output-port) 'iworld3 '()))
(define (iworld=? u v)
(check-arg 'iworld=? (iworld? u) 'iworld "first" u)