haskell-hvr / regex-tdfa

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

Fix #37 (`undefined` in `Show PatternSet`) by lazy match #38

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

Fix #37 (undefined in Show PatternSet) by lazy match.

Also: Refactor: use Data.Either(partitionEithers, rights).