We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2863b commit f18409aCopy full SHA for f18409a
core/src/Streamly/Internal/Data/Time/Units.hs
@@ -6,6 +6,14 @@
6
-- Maintainer : [email protected]
7
-- Stability : pre-release
8
-- Portability : GHC
9
+--
10
+-- Time (default double precision). Fast Time (64-bit), Wide Time (TimeSpec).
11
+-- Timezone, UTC/Local/System/User-defined.
12
13
+-- Fast (UTC Time), Wide (Local Time) etc.
14
15
+-- Units? Can be module specific or wrappers around them.
16
+-- e.g. NanoSecond (Fast (UTC Time)) or NanoSecond Time.
17
18
module Streamly.Internal.Data.Time.Units
19
(
0 commit comments