typelead/eta-hackage

"regex-compat" package behavior is inconsistent with GHCi

HoshinoTented opened this issue · 0 comments

In Eta, this code matchRegexAll (mkRegex "[0-9]+") "123" returns Just ("","123","",[]).
But in GHCi, the same code returns Just ("","123","",["123"]).
I was using regex-compat with version "0.95.1".