-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provide read in reader too; avoid dynamic-require error
- Loading branch information
1 parent
5da9a0c
commit fff6b73
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#lang racket/base | ||
|
||
(module reader racket/base | ||
(require "reader.rkt") | ||
(provide (all-from-out "reader.rkt"))) | ||
(require cli/reader) | ||
(provide (all-from-out cli/reader))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters