The standard library

The Daml standard library is a collection of Daml modules that are bundled with the SDK, and can be used to implement Daml applications.

The Prelude module is imported automatically in every Daml module. Other modules must be imported manually, just like your own project’s modules. For example:

import DA.Optional
import DA.Time

Here is a complete list of modules in the standard library: