UweSchmidt / hxt

Haskell XML Toolbox
http://www.fh-wedel.de/~si/HXmlToolbox/index.html
124 stars 35 forks source link

Export constructors for GenRegex #96

Open ghost opened 2 years ago

ghost commented 2 years ago

I'm working on a project which needs to output a version of GenRegex for a limited set of regular expressions. I had planned to parse using the RegexParser module and then convert it, but since the constructors are hidden, I'm having to copy most of the library verbatim into our project, just because I can't pattern match on GenRegex.