make hlint happy
This commit is contained in:
parent
3a1fba39b9
commit
e4d1fdfbed
8 changed files with 45 additions and 43 deletions
|
|
@ -55,14 +55,13 @@ data PStakeAction (gt :: MoneyClass) (s :: S)
|
|||
|
||||
newtype PStakeDatum (gt :: MoneyClass) (s :: S) = PStakeDatum
|
||||
{ getStakeDatum ::
|
||||
( Term
|
||||
s
|
||||
( PDataRecord
|
||||
'[ "stakedAmount" ':= Discrete gt
|
||||
, "owner" ':= PPubKeyHash
|
||||
]
|
||||
)
|
||||
)
|
||||
Term
|
||||
s
|
||||
( PDataRecord
|
||||
'[ "stakedAmount" ':= Discrete gt
|
||||
, "owner" ':= PPubKeyHash
|
||||
]
|
||||
)
|
||||
}
|
||||
deriving stock (GHC.Generic)
|
||||
deriving anyclass (Generic)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue