We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68019ca commit b0e9c8aCopy full SHA for b0e9c8a
1 file changed
langs/outlaw/test/read.rkt
@@ -1,6 +1,6 @@
1
#lang racket
2
(require rackunit
3
- (rename-in "../read.rkt" [read read-stdin]))
+ (rename-in "../stdlib.rkt" [read read-stdin]))
4
5
(define (p s)
6
(with-input-from-string s
0 commit comments