Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 677 Bytes

base-rst-index-template.rst

File metadata and controls

20 lines (12 loc) · 677 Bytes

The standard library

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

The :ref:`Prelude <module-prelude-6842>` 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:

{{{body}}}