You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
In Eta, this code
matchRegexAll (mkRegex "[0-9]+") "123"
returnsJust ("","123","",[])
.But in GHCi, the same code returns
Just ("","123","",["123"])
.I was using regex-compat with version "0.95.1".
The text was updated successfully, but these errors were encountered: