leonbohn / lama

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

Name Space Confusion with Idx #60

Closed fesemeyer closed 7 months ago

fesemeyer commented 7 months ago

There is a type alias Idx for usize in the ts module but Idx is also commonly used as a generic type describing index types throughout the code. An example is the Path struct.

leonbohn commented 7 months ago

Yeah this can totally be removed, it is not even really used anywhere.