eta-hackage
eta-hackage copied to clipboard
"regex-compat" package behavior is inconsistent with GHCi
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".