Skip to content

Commit 68019ca

Browse files
committed
Move read into standard library.
1 parent 321e76f commit 68019ca

3 files changed

Lines changed: 675 additions & 676 deletions

File tree

langs/outlaw/read-all.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#lang racket
22
(provide read-all)
3-
(require "read.rkt")
3+
(require "stdlib.rkt")
44
;; -> [Listof S-Expr]
55
;; read all s-expression until eof
66
(define (read-all)

0 commit comments

Comments
 (0)