Prelude
The following items are available globally in every Do program without any
import statement.
std
| Name | Description |
|---|---|
array |
array type |
bin |
bin type |
bool |
bool type |
dbg |
Debug representation |
dict |
dict type |
float |
float type |
func |
func type |
int |
int type |
module |
Module type |
range |
range type |
record |
record type |
set |
set type |
str |
str type |
sym |
sym type |
tuple |
tuple type |
type |
type type |
strand
| Name | Description |
|---|---|
strand |
Concurrency module in the prelude |