@hackage yaya-quickcheck0.2.0.3

QuickCheck testing support for the Yaya recursion scheme library.

  • Installation

    Custom

  • Tested Compilers

  • Dependencies (3)

    • base ^>=4.12.0 || ^>=4.13.0 || ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0
    • QuickCheck ^>=2.10 || ^>=2.13.2 || ^>=2.14.2 || ^>=2.15.0
    • yaya ^>=0.5.1 || ^>=0.6.0
    • Show all…
  • Dependents (0)

  • Package Flags

      noisy-deprecations
       (on by default)

      Prior to GHC 9.10, the DEPRECATED pragma can’t distinguish between terms and types. Consenquently, you can get spurious warnings when there’s a name collision and the name in the other namespace is deprecated. Or you can choose to not get those warnings, at the risk of not being warned when there’s a name collision and the namespace you’re referencing is the one that’s deprecated.

If you use Yaya in your own code and have tests written using QuickCheck, then this library will help you with generating trees, verifying type class instances, etc.