Skip to content
CCPEDIAby Unity Nodes
Documentation/github-code/OpenZeppelin/daml-propsView on github-code
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