paf31/purescript-book

First!

Opened this issue · 0 comments

In 13.09 an exercise reads

"Try using the First monoid, defined in purescript-monoids with the foldMap function to preserve the first error in case of failure."

I can find it in Data.Maybe.First but not in Data.Monoid, is this the right place?