Initial commit
This commit is contained in:
commit
a6272848f9
379 changed files with 74829 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
-record(date, {
|
||||
year :: integer(),
|
||||
month :: gleam@time@calendar:month(),
|
||||
day :: integer()
|
||||
}).
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
-record(time_of_day, {
|
||||
hours :: integer(),
|
||||
minutes :: integer(),
|
||||
seconds :: integer(),
|
||||
nanoseconds :: integer()
|
||||
}).
|
||||
|
|
@ -0,0 +1 @@
|
|||
-record(duration, {seconds :: integer(), nanoseconds :: integer()}).
|
||||
|
|
@ -0,0 +1 @@
|
|||
-record(timestamp, {seconds :: integer(), nanoseconds :: integer()}).
|
||||
Loading…
Add table
Add a link
Reference in a new issue