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