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