Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Function for making automatons deterministic
- determinize :: Ord a => Automaton a -> Automaton a
Documentation
determinize :: Ord a => Automaton a -> Automaton a Source
Make an automaton deterministic and usefulS