CSchank / finsm

An Elm app for building and simulating deterministic and non-deterministic finite automata (DFAs and NFAs).
https://finsm.io
10 stars 5 forks source link

Refactor Bool to new undo type #109

Open Necried opened 3 years ago

Necried commented 3 years ago

This replaces the ubiquitous Bool type with a two-constructor UndoAction type as mentioned in #22