We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321e76f commit 68019caCopy full SHA for 68019ca
3 files changed
langs/outlaw/read-all.rkt
@@ -1,6 +1,6 @@
1
#lang racket
2
(provide read-all)
3
-(require "read.rkt")
+(require "stdlib.rkt")
4
;; -> [Listof S-Expr]
5
;; read all s-expression until eof
6
(define (read-all)
0 commit comments