Copyright | (c) 2019 Composewell Technologies |
---|---|
License | BSD3 |
Maintainer | streamly@composewell.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
Data type to represent practically large quantities of time efficiently. It can represent time up to ~292 billion years at nanosecond resolution.
Instances
Storable TimeSpec Source # | |
Defined in Streamly.Internal.Data.Time.TimeSpec | |
Num TimeSpec Source # | |
Defined in Streamly.Internal.Data.Time.TimeSpec | |
Read TimeSpec Source # | |
Show TimeSpec Source # | |
Eq TimeSpec Source # | |
Ord TimeSpec Source # | |
Defined in Streamly.Internal.Data.Time.TimeSpec | |
TimeUnit TimeSpec Source # | |
Defined in Streamly.Internal.Data.Time.Units toTimeSpec :: TimeSpec -> TimeSpec fromTimeSpec :: TimeSpec -> TimeSpec |