This commit is contained in:
Spencer Florence 2015-08-21 16:02:24 -05:00
parent d958efe730
commit 3a2b248847

View File

@ -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))