quickcheck-higherorder
quickcheck-higherorder copied to clipboard
QuickCheck extension for higher-order properties
Results
2
quickcheck-higherorder issues
Sort by
recently updated
recently updated
newest added
- Types from base and QuickCheck - Generic types
```haskell > quickCheck' $ property' $ \(foo :: Int -> Int -> Int) -> foo 2 1 == foo 1 2 *** Failed! Falsified (after 3 tests and 10 shrinks):...
bug