return to top
source
We just take over the Mathlib DFA/NFA automaton definition
A language is DFA-recognizable if it is accepted by some finite-state deterministic automaton in Mathlib's sense.
DFA
The class of DFA-recognizable languages.
This lives under DFA.Class because the top-level name DFA is already used by Mathlib's automaton type.
DFA.Class