Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
Instances
newtype Microseconds Source #
Time in microseconds. Must be 0 or greater.