daml
daml copied to clipboard
The Daml smart contract language
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) ```
Builds on work from https://github.com/digital-asset/daml/pull/19184 and https://github.com/digital-asset/daml/pull/19509
as part of input validation
tell-slack: canton
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...