| Safe Haskell | Safe |
|---|
GNFA_
Description
Conversions from DFAs and NFAs
Documentation
Construct the regexp on an arrow corresponding to a single letter, including ε.
>>>single 'a' == Single 'a'True>>>single NFA.emptyStr == Single_εTrue
| Safe Haskell | Safe |
|---|
GNFA_
Description
Conversions from DFAs and NFAs
Construct the regexp on an arrow corresponding to a single letter, including ε.
>>>single 'a' == Single 'a'True>>>single NFA.emptyStr == Single_εTrue