The prelude

Inko automatically imports certain symbols into your modules. These symbols are part of what is called "the prelude".

The prelude includes the following types and methods:

SymbolSource module
Arraystd.array
Booleanstd.bool
ByteArraystd.byte_array
Channelstd.channel
Floatstd.float
Intstd.int
Mapstd.map
Nilstd.nil
Optionstd.option
Resultstd.result
Stringstd.string
panicstd.process