added todo, fixed paren

This commit is contained in:
Mustafa 2014-02-15 11:07:31 -08:00
parent 2617455b9d
commit f39067a5d6
2 changed files with 2 additions and 3 deletions

View file

@ -5,8 +5,7 @@
(require (prefix-in plt: racket) (require (prefix-in plt: racket)
(prefix-in plt: racket/udp) (prefix-in plt: racket/udp)
"bytevector.rkt" "bytevector.rkt")
)
(provide (all-defined-out)) (provide (all-defined-out))

View file

@ -4,9 +4,9 @@
(require (require
rnrs rnrs
rnrs/bytevectors-6
"../rhs/rhs.rkt" "../rhs/rhs.rkt"
"bytevector.rkt" "bytevector.rkt"
rnrs/bytevectors-6 ;; TODO - should be provided by bytevector.rkt
) )