covenant
Copyright(C) MLabs 2025
LicenseApache 2.0
Maintainerkoz@mlabs.city, sean@mlabs.city
Safe HaskellNone
LanguageHaskell2010

Covenant.Constant

Description

Representation of Plutus constants in Covenant.

Since: 1.0.0

Synopsis

Types

data AConstant Source #

A Plutus constant term.

Since: 1.0.0

Instances

Instances details
Arbitrary AConstant Source #

Since: 1.0.0

Instance details

Defined in Covenant.Constant

Show AConstant Source #

Since: 1.0.0

Instance details

Defined in Covenant.Constant

Eq AConstant Source #

Since: 1.0.0

Instance details

Defined in Covenant.Constant

Ord AConstant Source #

Since: 1.0.0

Instance details

Defined in Covenant.Constant

Functions

typeConstant :: AConstant -> ValT a Source #

Produce the type of a given constant.

Since: 1.0.0