forked from koka-lang/koka
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoc.kk
More file actions
49 lines (40 loc) · 1.27 KB
/
Copy pathtoc.kk
File metadata and controls
49 lines (40 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*---------------------------------------------------------------------------
Copyright 2012-2024, Microsoft Research, Daan Leijen.
This is free software; you can redistribute it and/or modify it under the
terms of the Apache License, Version 2.0. A copy of the License can be
found in the LICENSE file at the root of this distribution.
---------------------------------------------------------------------------*/
/*
This is the main index of the standard Koka libraries.
See the [Koka book](book.html) for further information on the Koka language.
*/
module toc
pub import std/core/types
pub import std/core/unsafe
pub import std/core/undiv
pub import std/core
pub import std/os/env
pub import std/os/flags
pub import std/os/file
pub import std/os/dir
pub import std/os/path
pub import std/os/process
pub import std/os/readline
pub import std/os/task
pub import std/text/parse
pub import std/text/regex
pub import std/text/unicode
pub import std/num/int32
pub import std/num/int64
pub import std/num/float64
pub import std/num/decimal
pub import std/num/ddouble
pub import std/num/random
pub import std/time
pub import std/time/timestamp
pub import std/time/astro
// pub import std/time/download
// pub import std/time/timezone
// pub import std/time/ut1
pub fun main()
println("toc")