Plutarch.Script
newtype Script Source #
Constructors
Fields
Defined in Plutarch.Script
Associated Types
type Rep Script :: Type -> Type Source #
Methods
from :: Script -> Rep Script x Source #
to :: Rep Script x -> Script Source #
showsPrec :: Int -> Script -> ShowS Source #
show :: Script -> String Source #
showList :: [Script] -> ShowS Source #
(==) :: Script -> Script -> Bool Source #
(/=) :: Script -> Script -> Bool Source #
serialiseScript :: Script -> ShortByteString Source #
deserialiseScript :: ShortByteString -> Script Source #