daml icon indicating copy to clipboard operation
daml copied to clipboard

The Daml smart contract language

Results 662 daml issues
Sort by recently updated
recently updated
newest added

In the docs https://docs.daml.com/daml/reference/packages.html, the `hiding` keyword should be documented. e.g. ```haskell import DA.Next.Map import DA.List hiding (lookup) import DA.Optional import Prelude hiding (lookup) ```

component/documentation
good first issue
language/now
language

Builds on work from https://github.com/digital-asset/daml/pull/19184 and https://github.com/digital-asset/daml/pull/19509

Dependencies: - https://github.com/DACH-NY/assembly/issues/511 - [ ] Check Making a Daml Release doc. https://github.com/digital-asset/daml/blob/main/sdk/release/RELEASE.md - [ ] Ask Remy if there is anything additional that needs to be added to the...

2.8.10