commit 06aebed001dcabd32fc0ab548bfd1cc3db3ab1b9 parent ef66b5a091e37c772bf06583c605a218bb10ab3f Author: JackFirth <jackhfirth@gmail.com> Date: Fri, 20 Feb 2015 23:47:45 -0800 Expose implemented modules Diffstat:
| M | doc-coverage/main.rkt | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/doc-coverage/main.rkt b/doc-coverage/main.rkt @@ -1,6 +1,10 @@ #lang racket -(require) +(require "export-lists.rkt" + "export-count.rkt" + "export-tests.rkt") (provide - (all-from-out)) + (all-from-out "export-lists.rkt" + "export-count.rkt" + "export-tests.rkt"))