| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
PlutusCore.Evaluation.Machine.ExMemory
Synopsis
- type CostingInteger = SatInt #
Counts size in machine words.
Constructors
| ExMemory CostingInteger |
Instances
| Decoder s [ExMemory] # | |
| PrettyBy config ExMemory # | |
Defined in PlutusCore.Evaluation.Machine.ExMemory | |
| Lift ExMemory # | |
| type Rep ExMemory # | |
Defined in PlutusCore.Evaluation.Machine.ExMemory type Rep ExMemory = D1 ('MetaData "ExMemory" "PlutusCore.Evaluation.Machine.ExMemory" "plutus-core-1.60.0.0-inplace" 'True) (C1 ('MetaCons "ExMemory" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CostingInteger))) | |
Counts CPU units in picoseconds: maximum value for SatInt is 2^63 ps, or appproximately 106 days.
Constructors
| ExCPU CostingInteger |