daml/compiler/damlc/base-md-template.md
associahedron 7d165a7511 damldocs: Switch to mustache templates. (#2373)
* damldocs: Switch to mustache templates.

* Update cli help and release notes.

* Move to stache
2019-08-02 13:52:38 +00:00

17 lines
381 B
Markdown

# The standard library
The DAML standard library is a collection of DAML modules that can be used to implement concrete applications.
## Usage
The standard library is included in the DAML compiler so it can
be used straight out of the box. You can import modules from the standard library just like your own, for example:
```
import DA.Optional
import DA.Time
```
{{{body}}}