Skip to content

Commit f18409a

Browse files
[Review] add some comments about time module
1 parent 7d2863b commit f18409a

File tree

1 file changed

+8
-0
lines changed
  • core/src/Streamly/Internal/Data/Time

1 file changed

+8
-0
lines changed

core/src/Streamly/Internal/Data/Time/Units.hs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
-- Maintainer : [email protected]
77
-- Stability : pre-release
88
-- 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.
917

1018
module Streamly.Internal.Data.Time.Units
1119
(

0 commit comments

Comments
 (0)