Fix some references

This commit is contained in:
Jack Firth 2015-07-07 16:02:41 -07:00
parent 19e150b7c7
commit f53ba36835
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
(provide (all-from-out "main.rkt"))
(require "main.rkt"
(only-in "core/base.rkt" use-applicable-lenses!))
(only-in "base/base.rkt" use-applicable-lenses!))
(module+ test
(require rackunit))

View File

@ -3,7 +3,7 @@
(provide hash-ref-lens)
(require fancy-app
"core/main.rkt")
"base/main.rkt")
(module+ test
(require rackunit))

View File

@ -9,7 +9,7 @@
(provide
(except-out
(all-from-out
"core/main.rkt"
"base/main.rkt"
"list/main.rkt"
"syntax.rkt"
"syntax-keyword.rkt")