Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data PPair (a :: PType) (b :: PType) (s :: S) Source #
Plutus encoding of Pairs.
Note: This is represented differently than BuiltinPair
. It is scott-encoded.
Instances
(PEq a, PEq b) => PEq (PPair a b) Source # | |
DerivePlutusType (PPair a b) Source # | |
Defined in Plutarch.Pair | |
PlutusType (PPair a b) Source # | |
Defined in Plutarch.Pair | |
(PShow a, PShow b) => PShow (PPair a b) Source # | |
Generic (PPair a b s) Source # | |
type DPTStrat (PPair a b) Source # | |
Defined in Plutarch.Pair | |
type PContravariant' (PPair a b) Source # | |
Defined in Plutarch.Pair | |
type PCovariant' (PPair a b) Source # | |
Defined in Plutarch.Pair | |
type PInner (PPair a b) Source # | |
Defined in Plutarch.Pair | |
type PVariant' (PPair a b) Source # | |
Defined in Plutarch.Pair | |
type Rep (PPair a b s) Source # | |
Defined in Plutarch.Pair type Rep (PPair a b s) = D1 ('MetaData "PPair" "Plutarch.Pair" "plutarch-1.9.0-DaxzFvLNVysDL1hkJ4YFrw" 'False) (C1 ('MetaCons "PPair" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Term s a)) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Term s b)))) |