| Safe Haskell | Safe |
|---|
Regexp_
Description
Operations on Regexps and conversions from DFAs and NFAs
Documentation
exp :: Regexp -> Int -> Regexp #
R^k is shorthand for the concatenation of k R's with each other.
>>>Single '0' `Regexp_.exp` 3(0(00))
| Safe Haskell | Safe |
|---|
Regexp_
Description
Operations on Regexps and conversions from DFAs and NFAs
exp :: Regexp -> Int -> Regexp #
R^k is shorthand for the concatenation of k R's with each other.
>>>Single '0' `Regexp_.exp` 3(0(00))