Safe Haskell | None |
---|---|
Language | Haskell2010 |
Different units of measures used throughout the library that I wasn't able to find a better home for.
Synopsis
- newtype NumberOfMessages = NumberOfMessages {}
- newtype Microseconds = Microseconds {}
Documentation
newtype NumberOfMessages Source #
A number of messages. Must be 0 or greater.
NumberOfMessages | |
|
Instances
newtype Microseconds Source #
Time in microseconds. Must be 0 or greater.
Microseconds | |
|