daml/compiler/damlc/base-rst-index-template.rst
Bernhard Elsner cda93db944
Daml case and logo (#8433)
* Replace many occurrences of DAML with Daml

* Update docs logo

* A few more CLI occurrences

CHANGELOG_BEGIN
- Change DAML capitalization and docs logo
CHANGELOG_END

* Fix some over-eager replacements

* A few mor occurrences in md files

* Address comments in *.proto files

* Change case in comments and strings in .ts files

* Revert changes to frozen proto files

* Also revert LF 1.11

* Update get-daml.sh

* Update windows installer

* Include .py files

* Include comments in .daml files

* More instances in the assistant CLI

* some more help texts
2021-01-08 12:50:15 +00:00

21 lines
672 B
ReStructuredText

.. Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. SPDX-License-Identifier: Apache-2.0
.. _stdlib-reference-base:
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 :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:
.. code-block:: daml
import DA.Optional
import DA.Time
Here is a complete list of modules in the standard library:
{{{body}}}