leonbohn / lama

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

Refactor prelude #41

Open leonbohn opened 8 months ago

leonbohn commented 8 months ago

The automata::prelude module should be looked at. There might be some traits in there, which really should not be present in a prelude. We should make sure that this enables frictionless work with the automata package but at the same time niche traits/structs should not be included there.