daml/compiler/damlc/base-rst-prefix.rst
Moritz Kiefer edff8a416d
Move files in daml-foundations/daml-ghc to compiler/damlc (#2037)
* Move files in daml-foundations/daml-ghc to compiler/damlc

There is also a bit of refactoring going on to actually split things
apart into sensible targets. What is still missing is a cleanup of the
module hierarchy and a cleanup of the test targets but I’ll leave
those for separate PRs.

As a nice bonus, this also reduces dependencies between targets so it
will speed up compiles.

* Update .hie-bios
2019-07-08 17:55:51 +02:00

21 lines
577 B
ReStructuredText

.. Copyright (c) 2019 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 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:
.. code-block:: daml
import DA.Optional
import DA.Time