daml/compiler
Sofia Faro ce64cb2a13
interfaces: Do some TODOs (#11231)
* interfaces: Do some TODOs

- Add uniqueness check between fixed choices and virtual choices in
  haskell decoder.
- Encode interface methods and fixed choices in scala encoder.
- ExprIterable for interfaces.

changelog_begin
changelog_end

* scalafmt
2021-10-13 13:36:53 +01:00
..
daml-extension Address remaining dependabot alerts (#11045) 2021-09-28 11:12:14 +02:00
daml-lf-ast interface fixed choices: Haskell Typechecker (#11177) 2021-10-08 15:42:29 +01:00
daml-lf-proto interfaces: Do some TODOs (#11231) 2021-10-13 13:36:53 +01:00
daml-lf-reader DEL-8657 update version info for Haskell LF libraries (#10160) 2021-07-02 09:46:53 +10:00
daml-lf-tools interface fixed choices: Haskell Typechecker (#11177) 2021-10-08 15:42:29 +01:00
daml-lf-verify Drop controller can syntax from compiler tests (#10807) 2021-09-08 15:28:09 +02:00
damlc interface fixed choices: LFConversion support (#11206) 2021-10-12 17:06:52 +00:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests daml script interfaces (#11124) 2021-10-11 18:22:40 +02:00
repl-service LF: rename language Interface to PackageInterface (#10938) 2021-09-20 19:04:14 +00:00
scenario-service Drop NodeId type parameter (#10921) 2021-09-30 09:13:54 +00:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00

Daml Compiler

This directory contains several libraries used by and the executable for the Daml compiler.

Libraries

  • daml-lf-ast: The Daml-LF AST and type checker.