lightly expanded prop generator

This commit is contained in:
Jack Hodgkinson 2022-04-01 10:41:18 +01:00
parent 8633ff15b5
commit 56a1b4672f

View file

@ -127,7 +127,12 @@ instance HasLogicalModel TreasuryTxProp TreasuryTxModel where
instance HasParameterisedGenerator TreasuryTxProp TreasuryTxModel where
parameterisedGenerator :: Set TreasuryTxProp -> Gen TreasuryTxModel
parameterisedGenerator = undefined
parameterisedGenerator propSet = do
purpose <-
if ScriptPurposeIsNotMinting `elem` propSet
then undefined
else undefined
undefined
instance HasScriptRunner TreasuryTxProp TreasuryTxModel where
expect = undefined