typelevel / mouse

A small companion to cats
MIT License
368 stars 66 forks source link

Add validated and validatedNec to boolean #319

Closed TimoMeijer closed 2 years ago

TimoMeijer commented 2 years ago

These additional extensions aligns the boolean to validated methods with similar methods in Cats, which usually provide all three options.

benhutchison commented 2 years ago

Thanks @TimoMeijer