Standard library package

The Gleam standard library is a regular Gleam package that has been published to the Hex package repository. You could opt to not use it if you wish, though almost all Gleam projects depend on it.

All of the modules imported so far in this guide, such as gleam/io , are from the standard library.

All of the documentation for the standard library is available on HexDocs. We will go over some of the most commonly used modules now.