added todo, fixed paren
This commit is contained in:
parent
2617455b9d
commit
f39067a5d6
2 changed files with 2 additions and 3 deletions
|
@ -5,8 +5,7 @@
|
|||
|
||||
(require (prefix-in plt: racket)
|
||||
(prefix-in plt: racket/udp)
|
||||
"bytevector.rkt"
|
||||
)
|
||||
"bytevector.rkt")
|
||||
|
||||
(provide (all-defined-out))
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
(require
|
||||
rnrs
|
||||
rnrs/bytevectors-6
|
||||
"../rhs/rhs.rkt"
|
||||
"bytevector.rkt"
|
||||
rnrs/bytevectors-6 ;; TODO - should be provided by bytevector.rkt
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue