Closed craigdallimore closed 7 years ago
I'm looking at chapter 12 and I noticed the use of a return keyword:
return
Left err -> return $ Left err
Should that be pure?
pure
Fixed, thanks!
I'm looking at chapter 12 and I noticed the use of a
return
keyword:Should that be
pure
?