We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d2340 commit 5308995Copy full SHA for 5308995
src/DFA.hs
@@ -99,7 +99,7 @@ nfa2dfa scs nfa = mk_int_dfa nfa (nfa2pdfa nfa pdfa (dfa_start_states pdfa))
99
n_starts = length scs -- number of start states
100
101
-- `nfa2pdfa' works by taking the next outstanding state set to be considered
102
--- and and ignoring it if the state is already in the partial DFA, otherwise
+-- and ignoring it if the state is already in the partial DFA, otherwise
103
-- generating all possible transitions from it, adding the new state to the
104
-- partial DFA and continuing the closure with the extra states. Note the way
105
-- it incorporates the trailing context references into the search (by
0 commit comments