Description
Provides a module layer over regex-tdfa that can replace Text.Regex. It lets older Haskell code move to the TDFA backend while keeping a familiar import and API shape.
It is useful for compatibility work and gradual migration away from legacy regex interfaces. It is a developer library and not a standalone regular expression tool.