.
This commit is contained in:
parent
7a4cb8276d
commit
ae03f77a23
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ import Plutus.V1.Ledger.Value (AssetClass (..))
|
|||
import Plutarch.Api.V1 hiding (PMaybe (..))
|
||||
import Plutarch.Bool (PBool, PEq, pif, (#<), (#==))
|
||||
import Plutarch.Builtin (PBuiltinPair, PData, pdata, pfromData, pfstBuiltin, psndBuiltin)
|
||||
import Plutarch.DataRepr.Internal.HList (IndexList)
|
||||
import Plutarch.Integer (PInteger)
|
||||
import Plutarch.Lift (pconstant)
|
||||
import Plutarch.List (PIsListLike, pfoldr', precList)
|
||||
|
|
@ -48,6 +49,7 @@ data AuthorityToken = AuthorityToken
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
pindexDataList :: Proxy n -> Term s (PDataList xs :--> PAsData (IndexList n xs))
|
||||
pindexDataList = undefined
|
||||
|
||||
-- TODO: upstream something like this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue