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