remove reader-here-path & reader-mode from pollen source exports

pull/15/merge
Matthew Butterick 11 years ago
parent 49b1dd91b8
commit fdcd255756

@ -27,8 +27,10 @@
(require pollen/top pollen/world) (require pollen/top pollen/world)
(provide (all-from-out pollen/top pollen/world)) (provide (all-from-out pollen/top pollen/world))
;; for anything defined in pollen source file ;; provide everything defined in pollen source file
(provide (all-defined-out)) ;; except reader-here-path & reader-mode, which were only for internal use
;; and will conflict if this source is imported into another
(provide (except-out (all-defined-out) reader-here-path reader-mode))
body-exprs (... ...)) body-exprs (... ...))

Loading…
Cancel
Save