@hackage time-units1.0.0
A basic library for defining units of time as types.
Categories
License
BSD-3-Clause
Maintainer
Adam Wick <awick@uhusre.com>
Links
Versions
- 1.0.0 Mon, 7 Mar 2011
Installation
Dependencies (1)
Dependents (36)
@hackage/rfc, @cardano/cardano-node-socket-emulator, @hackage/minio-hs, @cardano/plutus-ledger, @hackage/funbot, @hackage/rate-limit, Show all…
In many cases, it is useful (either for error checking or documentation reasons) to define input and output types as having a particular unit of time. In addition, by creating a type class defining type units, this library should make it easier to separate the units of time the developer wants to think in versus the units of time the library author wants to think in.