github-code/OpenZeppelin/daml-props
OpenZeppelin/daml-props: daml/DamlProps/Gen.daml
Daml contract source - OpenZeppelin/daml-props/daml/DamlProps/Gen.daml ```daml -- | Generator combinators for property-based testing. -- Hedgehog-inspired but without typeclasses. module DamlProps.Gen where import DamlProps.Seed import DA.List ((!!)) -- | A generator produces a value of type @a@ fro
READ ON GITHUB-CODE ↗