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
46 lines (35 loc) · 1.05 KB
/
Copy pathtoc.kk
File metadata and controls
46 lines (35 loc) · 1.05 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
/*---------------------------------------------------------------------------
Copyright 2012 Microsoft Corporation.
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 file "license.txt" at the root of this distribution.
---------------------------------------------------------------------------*/
/*
This is the main index of the standard Koka libraries.
The draft language specification can be found <a href="kokaspec.html">here</a>.
*/
module toc
import std/async
import std/log
import std/data/array
import std/data/dict
import std/os/env
import std/os/file
import std/os/flags
import std/os/path
import std/os/readline
import std/text/atom
import std/text/regex
import std/text/string
import std/text/unicode
import std/num/decimal
import std/num/ddouble
import std/num/double
import std/num/int32
import std/time
import std/time/astro
import std/time/timestamp
import std/time/timezone
import std/time/ut1
import sys/dom
import sys/dom/types