eta-hackage icon indicating copy to clipboard operation
eta-hackage copied to clipboard

"regex-compat" package behavior is inconsistent with GHCi

Open HoshinoTented opened this issue 6 years ago • 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".

HoshinoTented avatar Aug 26 '19 10:08 HoshinoTented