daml
daml copied to clipboard
The Daml smart contract language
For typeclasses I can do the following ``` module A where class C a where f : a -> Int instance C Int where f = _ ``` and I...
I confirm that, if this is a feature request that has security implications, I already contacted [email protected] and followed the [responsible disclosure policy](https://digitalasset.com/security/). I confirm that this is not a...
I often find myself needing access to the parties that are currently authorizing my update block. I can always get access by looking at the controllers & signatories & recomputing...
Currently, declaring fields with these names results in poor error messages, for example, ```haskell template Foo with p : Party where signatory p choice FooC : () with arg :...
In Windows PowerShell, the command `dot -Tpng .\daml-project.dot > daml-project.png` does not create a valid PNG file. Apparently, the `>` of the binary file did not work properly. Instead I...
In the example below the docs for choice A are processed correctly. Choice B produces a syntax error instead. It would be nice to support this as well. ``` module...
In the example below R1 is processed correctly by daml-docs while R2 produces a parse error. Putting the docs afterwards via `-- ^` works but I find the first style...
Removing toc duplication - this is in conjunction with change to the TOC in the docs repo. [CHANGELOG_BEGIN] [CHANGELOG_END]
LF 1.15
Previous LF version ticket: https://github.com/digital-asset/daml/issues/9914 Issue to keep track of things to do before releasing LF 1.15. This version includes interfaces.