| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Text.Regex.Deriv.RE
Documentation
data type of the regular expresions
function resToRE sums up a list of regular expressions with the choice operation.
partDeriv :: RE -> Char -> [RE] Source
function partDeriv implements the partial derivative operations for regular expressions. We don't pay attention to the greediness flag here.
partDerivSub :: RE -> Char -> [RE] Source
sigmaREsub :: RE -> [Char] Source