haskell-hvr / regex-tdfa

Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
http://hackage.haskell.org/package/regex-tdfa
Other
38 stars 10 forks source link

Clean up exports, removing auxiliary functions from the API #43

Open andreasabel opened 2 years ago

andreasabel commented 2 years ago

E.g., https://hackage.haskell.org/package/regex-tdfa-1.3.1.3/docs/Text-Regex-TDFA-Common.html exports lots of auxiliary functions. These should be removed. Needs a major version bump.