We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4451602 commit aa8771dCopy full SHA for aa8771d
1 file changed
langs/outlaw/stdlib.rkt
@@ -21,7 +21,8 @@
21
;; Op3
22
vector-set!)
23
24
-(require (prefix-in % racket))
+(require (prefix-in % racket)
25
+ (rename-in racket [read-byte %read-byte-port]))
26
27
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
28
;; Op0
0 commit comments