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/Shrink.daml

Daml contract source - OpenZeppelin/daml-props/daml/DamlProps/Shrink.daml ```daml -- | Delta-debugging shrinker. -- Reduces a failing action sequence to the minimal subsequence that still fails. module DamlProps.Shrink where import DamlProps.Sequence (Step, sequenceFails) -- | Shrink configuration.

READ ON GITHUB-CODE