typelevel / cats-parse

A parsing library for the cats ecosystem
https://typelevel.org/cats-parse/
MIT License
231 stars 53 forks source link

test cats laws #18

Open johnynek opened 3 years ago

johnynek commented 3 years ago

I think we are currently testing all the laws these typeclasses require, but we aren't using the cats laws package.

It might be nice to use those just to be 100% sure everything is fully lawful.

johnynek commented 3 years ago

see #38 -- the cats version of Alternative laws probably won't pass. MonoidK should pass as well as others.