| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
UntypedPlutusCore.Evaluation.Machine.Cek.CekMachineCosts
Synopsis
Documentation
type CekMachineCosts = CekMachineCostsBase Identity #
Costs for evaluating AST nodes. Times should be specified in picoseconds, memory sizes in bytes.
data CekMachineCostsBase f #
Constructors
| CekMachineCostsBase | |
Fields
| |
Instances
| ConstraintsB CekMachineCostsBase # | |
Defined in UntypedPlutusCore.Evaluation.Machine.Cek.CekMachineCosts Associated Types type AllB c CekMachineCostsBase | |