leonbohn / lama

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

Use `Indexes` in methods on `Sproutable` #49

Closed leonbohn closed 8 months ago

leonbohn commented 8 months ago

The Indexes trait is meant as a way for allowing more different types to be used as identifier of a state in a transition system.

Some methods on the Sproutable trait did not use the full generality offered by the Indexes trait. This has now been rectified.