Added linting suggestions
This commit is contained in:
parent
43cd0c4507
commit
1bfa0f5b6d
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ newtype PTreasuryDatum (s :: S)
|
|||
{- | Plutarch level type representing valid redeemers of the
|
||||
treasury.
|
||||
-}
|
||||
data PTreasuryRedeemer (s :: S)
|
||||
newtype PTreasuryRedeemer (s :: S)
|
||||
= -- | Alters treasury parameters (subject to the burning of a
|
||||
-- governance authority token).
|
||||
PAlterTrParams (Term s (PDataRecord '[]))
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ pmapAll ::
|
|||
(PUnsafeLiftDecl v, PIsData v) =>
|
||||
Term s ((v :--> PBool) :--> PMap k v :--> PBool)
|
||||
pmapAll = plam $ \f m -> P.do
|
||||
PMap builtinMap <- pmatch $ m
|
||||
PMap builtinMap <- pmatch m
|
||||
|
||||
let getV = plam $ \bip -> P.do
|
||||
let tuple = pfromData $ ptupleFromBuiltin (pdata bip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue