From 3a2b248847fa94f65c460fb3c10aee080756dacf Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Fri, 21 Aug 2015 16:02:24 -0500 Subject: [PATCH] docs --- cover/cover.rkt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cover/cover.rkt b/cover/cover.rkt index 7191c55..c58e6a4 100644 --- a/cover/cover.rkt +++ b/cover/cover.rkt @@ -57,8 +57,9 @@ Thus, In essence this module has three responsibilites: ;; a handler for `current-compile` ;; a function that will annoate expanded code, given a file name ;; a topic for logs to be reiceved on. Must be unique for every environment -;; a hash map from srcloc to index -;; a hash map from filename to vector +;; a hash map from srcloc to (List filename index) +;; a hash map from filename to [Vector bool]. Each vector location maps to a srcloc +;; via the table in coverage-srcloc-mapping (struct environment (namespace compile ann-top topic coverage-srcloc-mapping coverage-vector-mapping))