Skip to content

Commit aa8771d

Browse files
committed
Make stdlib a legit racket program.
1 parent 4451602 commit aa8771d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

langs/outlaw/stdlib.rkt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
;; Op3
2222
vector-set!)
2323

24-
(require (prefix-in % racket))
24+
(require (prefix-in % racket)
25+
(rename-in racket [read-byte %read-byte-port]))
2526

2627
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2728
;; Op0

0 commit comments

Comments
 (0)