This PR adds FixInterval and ReduceContractUntilQuiescent to the test-spec protocol together with property based tests for theorems stated in Isabelle. A prerequisite for that is the SemiArbitrary type class (similar to the one in marlowe-cardano), which is also introduced here.
This PR adds
FixInterval
andReduceContractUntilQuiescent
to the test-spec protocol together with property based tests for theorems stated in Isabelle. A prerequisite for that is theSemiArbitrary
type class (similar to the one inmarlowe-cardano
), which is also introduced here.