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.
2 parents e9f4bec + 0299d60 commit 61fab33Copy full SHA for 61fab33
src/DFAMin.hs
@@ -32,9 +32,9 @@ import Data.List as List
32
-- end;
33
34
minimizeDFA :: Ord a => DFA Int a -> DFA Int a
35
-minimizeDFA dfa@ DFA { dfa_start_states = starts,
36
- dfa_states = statemap
37
- }
+minimizeDFA dfa@DFA { dfa_start_states = starts,
+ dfa_states = statemap
+ }
38
= DFA { dfa_start_states = starts,
39
dfa_states = Map.fromList states }
40
where
0 commit comments