leonbohn / lama

Learning and Manipulation of Automata
MIT License
4 stars 0 forks source link

Add type `Edge` and implement `IsEdge` for it #63

Closed leonbohn closed 7 months ago

leonbohn commented 7 months ago

This creates a new type for an edge, which owns the expression and color. We also implement the IsEdge trait for this new type.

leonbohn commented 7 months ago

In the meantime, the Idx type alias was removed so the import had to also be removed.