internal plasm impl is ugly
Closed this issue · 2 comments
ethanrublee commented
Current impl goes:
module A -> output of A -> input of B -> module B;
should be something along the lines of:
module A -> module B [edge description "output of A to input of B"];
ethanrublee commented
See commit b98a020 started cleaning it up.
ethanrublee commented
Looking better