plutarch-1.10.1
Safe HaskellSafe-Inferred
LanguageGHC2021

Plutarch.Repr.SOP

Synopsis

Documentation

newtype PSOPStruct (struct :: [[S -> Type]]) (s :: S) Source #

Since: 1.10.0

Constructors

PSOPStruct 

Fields

Instances

Instances details
(PlutusType (PSOPStruct struct), All2 PEq struct) => PEq (PSOPStruct struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

Methods

(#==) :: forall (s :: S). Term s (PSOPStruct struct) -> Term s (PSOPStruct struct) -> Term s PBool Source #

(SListI2 struct, hstruct ~ StructAsHaskell struct, AllZip2 ToAsHaskell hstruct struct, All2 PLiftable struct, MyAll SOPEntryConstraints SOPRestConstraint struct, PSOPStructConstraint struct) => PLiftable (PSOPStruct struct) Source #

@since WIP

Instance details

Defined in Plutarch.Repr.SOP

Associated Types

type AsHaskell (PSOPStruct struct) Source #

type PlutusRepr (PSOPStruct struct) Source #

Methods

haskToRepr :: AsHaskell (PSOPStruct struct) -> PlutusRepr (PSOPStruct struct) Source #

reprToHask :: PlutusRepr (PSOPStruct struct) -> Either LiftError (AsHaskell (PSOPStruct struct)) Source #

reprToPlut :: forall (s :: S). PlutusRepr (PSOPStruct struct) -> PLifted s (PSOPStruct struct) Source #

plutToRepr :: (forall (s :: S). PLifted s (PSOPStruct struct)) -> Either LiftError (PlutusRepr (PSOPStruct struct)) Source #

(SListI2 struct, PSOPStructConstraint struct) => PlutusType (PSOPStruct struct) Source #

Since: 1.10.0

Instance details

Defined in Plutarch.Repr.SOP

Associated Types

type PInner (PSOPStruct struct) :: PType Source #

type PCovariant' (PSOPStruct struct) Source #

type PContravariant' (PSOPStruct struct) Source #

type PVariant' (PSOPStruct struct) Source #

Methods

pcon' :: forall (s :: S). PSOPStruct struct s -> Term s (PInner (PSOPStruct struct)) Source #

pmatch' :: forall (s :: S) (b :: PType). Term s (PInner (PSOPStruct struct)) -> (PSOPStruct struct s -> Term s b) -> Term s b Source #

type AsHaskell (PSOPStruct struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type AsHaskell (PSOPStruct struct) = SOP I (StructAsHaskell struct)
type PlutusRepr (PSOPStruct struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PContravariant' (PSOPStruct struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PContravariant' (PSOPStruct struct) = All2 PContravariant'' struct
type PCovariant' (PSOPStruct struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PCovariant' (PSOPStruct struct) = All2 PCovariant'' struct
type PInner (PSOPStruct struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PInner (PSOPStruct struct) = POpaque
type PVariant' (PSOPStruct struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PVariant' (PSOPStruct struct) = All2 PVariant'' struct

newtype PSOPRec (struct :: [S -> Type]) (s :: S) Source #

Since: 1.10.0

Constructors

PSOPRec 

Fields

Instances

Instances details
All PEq struct => PEq (PSOPRec struct) Source #

Since: 1.10.0

Instance details

Defined in Plutarch.Repr.SOP

Methods

(#==) :: forall (s :: S). Term s (PSOPRec struct) -> Term s (PSOPRec struct) -> Term s PBool Source #

(SListI struct, hstruct ~ RecAsHaskell struct, AllZip ToAsHaskell hstruct struct, All PLiftable struct) => PLiftable (PSOPRec struct) Source #

@since WIP

Instance details

Defined in Plutarch.Repr.SOP

Associated Types

type AsHaskell (PSOPRec struct) Source #

type PlutusRepr (PSOPRec struct) Source #

Methods

haskToRepr :: AsHaskell (PSOPRec struct) -> PlutusRepr (PSOPRec struct) Source #

reprToHask :: PlutusRepr (PSOPRec struct) -> Either LiftError (AsHaskell (PSOPRec struct)) Source #

reprToPlut :: forall (s :: S). PlutusRepr (PSOPRec struct) -> PLifted s (PSOPRec struct) Source #

plutToRepr :: (forall (s :: S). PLifted s (PSOPRec struct)) -> Either LiftError (PlutusRepr (PSOPRec struct)) Source #

SListI struct => PlutusType (PSOPRec struct) Source #

Since: 1.10.0

Instance details

Defined in Plutarch.Repr.SOP

Associated Types

type PInner (PSOPRec struct) :: PType Source #

type PCovariant' (PSOPRec struct) Source #

type PContravariant' (PSOPRec struct) Source #

type PVariant' (PSOPRec struct) Source #

Methods

pcon' :: forall (s :: S). PSOPRec struct s -> Term s (PInner (PSOPRec struct)) Source #

pmatch' :: forall (s :: S) (b :: PType). Term s (PInner (PSOPRec struct)) -> (PSOPRec struct s -> Term s b) -> Term s b Source #

type AsHaskell (PSOPRec struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type AsHaskell (PSOPRec struct) = SOP I '[RecAsHaskell struct]
type PlutusRepr (PSOPRec struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PlutusRepr (PSOPRec struct) = PLiftedClosed (PSOPRec struct)
type PContravariant' (PSOPRec struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PContravariant' (PSOPRec struct) = All PContravariant'' struct
type PCovariant' (PSOPRec struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PCovariant' (PSOPRec struct) = All PCovariant'' struct
type PInner (PSOPRec struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PInner (PSOPRec struct) = POpaque
type PVariant' (PSOPRec struct) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PVariant' (PSOPRec struct) = All PVariant'' struct

newtype DeriveAsSOPStruct (a :: S -> Type) s Source #

via-derivation helper to derive PlutusType instance using SoP encoding. If your type has only one constructor prefer using DeriveAsSOPRec instead.

Since: 1.10.0

Constructors

DeriveAsSOPStruct 

Fields

Instances

Instances details
(Generic (a (Any :: S)), struct ~ UnTermStruct (a (Any :: S)), SListI2 struct, forall (s :: S). StructSameRepr s a struct, PSOPStructConstraint struct) => PlutusType (DeriveAsSOPStruct a) Source #

Since: 1.10.0

Instance details

Defined in Plutarch.Repr.SOP

Methods

pcon' :: forall (s :: S). DeriveAsSOPStruct a s -> Term s (PInner (DeriveAsSOPStruct a)) Source #

pmatch' :: forall (s :: S) (b :: PType). Term s (PInner (DeriveAsSOPStruct a)) -> (DeriveAsSOPStruct a s -> Term s b) -> Term s b Source #

type PContravariant' (DeriveAsSOPStruct a) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PCovariant' (DeriveAsSOPStruct a) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PInner (DeriveAsSOPStruct a) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PVariant' (DeriveAsSOPStruct a) Source # 
Instance details

Defined in Plutarch.Repr.SOP

newtype DeriveAsSOPRec (a :: S -> Type) s Source #

via-derivation helper for SOP encoding, currently behaves exactly like DeriveAsSOPStruct but can be used only on types with a single constructor. It is separate to leave a room for future optimizations.

Since: 1.10.0

Constructors

DeriveAsSOPRec 

Fields

Instances

Instances details
(Generic (a (Any :: S)), '[struct'] ~ Code (a (Any :: S)), struct ~ UnTermRec struct', SListI struct, forall (s :: S). StructSameRepr s a '[struct], RecTypePrettyError (Code (a (Any :: S)))) => PlutusType (DeriveAsSOPRec a) Source #

Since: 1.10.0

Instance details

Defined in Plutarch.Repr.SOP

Methods

pcon' :: forall (s :: S). DeriveAsSOPRec a s -> Term s (PInner (DeriveAsSOPRec a)) Source #

pmatch' :: forall (s :: S) (b :: PType). Term s (PInner (DeriveAsSOPRec a)) -> (DeriveAsSOPRec a s -> Term s b) -> Term s b Source #

type PContravariant' (DeriveAsSOPRec a) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PCovariant' (DeriveAsSOPRec a) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PInner (DeriveAsSOPRec a) Source # 
Instance details

Defined in Plutarch.Repr.SOP

type PInner (DeriveAsSOPRec a) = PSOPRec (UnTermRec (Head (Code (a (Any :: S)))))
type PVariant' (DeriveAsSOPRec a) Source # 
Instance details

Defined in Plutarch.Repr.SOP