Better layout for module view.
This commit is contained in:
parent
6561bf706f
commit
193e102b25
|
@ -200,6 +200,7 @@
|
|||
(with-output-to-report-file
|
||||
module-graph-dot-file
|
||||
(printf "digraph {\n")
|
||||
(printf "rankdir=LR\n")
|
||||
(define nodes->names (for/hash ([n nodes]) (values n (gensym))))
|
||||
(define node->labels (make-shortener nodes))
|
||||
(for ([n nodes])
|
||||
|
|
Loading…
Reference in New Issue
Block a user