| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Plutarch.Pair
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.3.0-287WdR4V4qr3NTh5i3Je4I" '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)))) | |