mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
3d6f740964
* Hook up multiple file rendering to cli options * Fix --output help * Fix bazel rules, boo * Fix rule again * Address reviewer comments
379 B
379 B
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