plasmodic/ecto

internal plasm impl is ugly

Closed this issue · 2 comments

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"];

See commit b98a020 started cleaning it up.

Looking better