now proper a proper script context..

and some formatting fixes
This commit is contained in:
Seungheon Oh 2022-04-19 23:02:51 -04:00
parent 774702f255
commit c96ac583db
2 changed files with 46 additions and 16 deletions

View file

@ -8,10 +8,10 @@ Description: An Effect that withdraws treasury deposit
An Effect that withdraws treasury deposit
-}
module Agora.Effect.TreasuryWithdrawal (
TreasuryWithdrawalDatum(..),
PTreasuryWithdrawalDatum(..),
TreasuryWithdrawalDatum (..),
PTreasuryWithdrawalDatum (..),
treasuryWithdrawalValidator,
) where
) where
import GHC.Generics qualified as GHC
import Generics.SOP (Generic, I (I))