| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
PlutusCore.Evaluation.Machine.ExMemory
Synopsis
- type CostingInteger = SatInt
- newtype ExMemory = ExMemory CostingInteger
- newtype ExCPU = ExCPU CostingInteger
- dividedBy ∷ SatInt → Natural → SatInt
Documentation
type CostingInteger = SatInt Source #
Counts size in machine words.
Constructors
| ExMemory CostingInteger |
Instances
Counts CPU units in picoseconds: maximum value for SatInt is 2^63 ps, or appproximately 106 days.
Constructors
| ExCPU CostingInteger |
Instances
| FromJSON ExCPU Source # | |
Defined in PlutusCore.Evaluation.Machine.ExMemory | |
| ToJSON ExCPU Source # | |
Defined in PlutusCore.Evaluation.Machine.ExMemory | |
| Monoid ExCPU Source # | |
| Semigroup ExCPU Source # | |
| Bounded ExCPU Source # | |
| Generic ExCPU Source # | |
| Num ExCPU Source # | |
| Read ExCPU Source # | |
| Show ExCPU Source # | |
| ToField ExCPU | |
| NFData ExCPU Source # | |
Defined in PlutusCore.Evaluation.Machine.ExMemory | |
| Eq ExCPU Source # | |
| Ord ExCPU Source # | |
Defined in PlutusCore.Evaluation.Machine.ExMemory | |
| NoThunks ExCPU Source # | |
| Pretty ExCPU Source # | |
| Serialise ExCPU Source # | |
| PrettyBy config ExCPU Source # | |
| Lift ExCPU Source # | |
| type Rep ExCPU Source # | |
Defined in PlutusCore.Evaluation.Machine.ExMemory type Rep ExCPU = D1 ('MetaData "ExCPU" "PlutusCore.Evaluation.Machine.ExMemory" "plutus-core-1.54.0.0-inplace" 'True) (C1 ('MetaCons "ExCPU" 'PrefixI 'False) (S1 ('MetaSel ('Nothing ∷ Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CostingInteger))) | |