haskell-servant / servant-quickcheck

40 stars 21 forks source link

Better error messages #81

Closed mgajda closed 5 months ago

mgajda commented 3 years ago

Some predicates report Nothing as a cause of failed test. To improve them I added another case alternative if exception happens, and join to unwrap Maybe (Maybe ...).

Fixed #69.