Safe Haskell | None |
---|---|
Language | Haskell2010 |
MessageDb.Units
Description
Different units of measures use throughout the library.
Synopsis
- newtype NumberOfMessages = NumberOfMessages {}
- newtype Microseconds = Microseconds {}
Documentation
newtype NumberOfMessages Source #
A number of messages. Must be 0 or greater.
Constructors
NumberOfMessages | |
Fields |
Instances
newtype Microseconds Source #
Time in microseconds. Must be 0 or greater.
Constructors
Microseconds | |
Fields |