Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- type CostingInteger = SatInt
- newtype ExMemory = ExMemory CostingInteger
- newtype ExCPU = ExCPU CostingInteger
- class ExMemoryUsage a where
- memoryUsage :: a -> ExMemory
Documentation
type CostingInteger = SatInt Source #
Counts size in machine words.
Instances
Counts CPU units in picoseconds: maximum value for SatInt is 2^63 ps, or appproximately 106 days.
Instances
class ExMemoryUsage a where Source #
:: a | |
-> ExMemory | How much memory does |