@hackage antigen0.2.0.0
Negatable QuickCheck generators
Installation
Dependencies (6)
- QuickCheck >=2.16.0 && <2.18
- base >=4.18 && <5
- free >=5.2 && <5.3
- mtl >=2.3.1 && <2.4
- quickcheck-transformer >=0.3.1 && <0.4
- random >=1.2 && <1.4 Show all…
Dependents (5)
@cardano/cardano-ledger-core, @hackage/cuddle, @cardano/cuddle, @cardano/cardano-ledger-dijkstra, @cardano/cardano-ledger-binary
AntiGen is a library that helps with generating negative examples from a
QuickCheck generator. The AntiGen monad is designed to be similar to the
Gen monad, so that migrating the generators would be as frictionless as
possible.