diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-02 11:41:33 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-02 11:41:33 +0000 |
| commit | 03853b35a473161f377fb74a05723cacc5cbf36b (patch) | |
| tree | 2e3df044cc0ff3ed24a07d6b5ee31682f077e5fa /lib/time.moon | |
| parent | new op interface part one (diff) | |
| download | alive-03853b35a473161f377fb74a05723cacc5cbf36b.tar.gz alive-03853b35a473161f377fb74a05723cacc5cbf36b.zip | |
IO system
Diffstat (limited to 'lib/time.moon')
| -rw-r--r-- | lib/time.moon | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/time.moon b/lib/time.moon index 007c4de..31fad58 100644 --- a/lib/time.moon +++ b/lib/time.moon @@ -1,6 +1,5 @@ -import Registry, Value, Result, Op from require 'core' -import ValueInput, EventInput from require 'core.base' -import match from require 'core.pattern' +import Registry, Value, Result, Op, ValueInput, EventInput, match + from require 'core' import monotime from require 'system' class clock extends Op |
