UnkindPartition / tasty

Modern and extensible testing framework for Haskell
639 stars 108 forks source link

Adding assertion functions for Maybe and Either #378

Open Kleidukos opened 1 year ago

Kleidukos commented 1 year ago

Hi!

I find myself quite frequently redefining functions to perform assertions on Maybe and Either. It looks like I'm not the only one. Would you accept these additions? I would of course provide the PR.