move lp file

dev-lp
Matthew Butterick 8 years ago
parent 77be5290d3
commit 2392045eb7

@ -54,7 +54,7 @@ Other libraries we'll be using.
pollen/decode pollen/decode
pollen/tag pollen/tag
hyphenate hyphenate
"pricing-table.rkt")] pollen-tfl/pricing-table)]
@section{Exports} @section{Exports}
@ -63,7 +63,7 @@ Note that @racket[all-defined-out] would only export the definitions that are cr
imported definitions available too, we need to re-export them with @racket[all-from-out]. imported definitions available too, we need to re-export them with @racket[all-from-out].
@chunk[<provides> @chunk[<provides>
(provide (all-defined-out) (all-from-out "pricing-table.rkt")) (provide (all-defined-out) (all-from-out pollen-tfl/pricing-table))
] ]