daml/compiler
Moisés Ackerman db14360701
Remove retroactive interface instance syntax (#18350)
* Bump GHC_REV

* Remove retroactive interface instances

* Remove more uses of retroactive ii

* Remove rii from //compiler/damlc/tests:daml-doc

* Remove rii from docs/source/daml/code-snippets-dev/Interfaces.daml

* Bump GHC_REV
2024-02-07 11:28:25 +00:00
..
daml-dar-reader Make package metadata mandatory in the compiler (#18235) 2024-01-22 14:20:03 +00:00
daml-extension update copyright (#18167) 2024-01-15 20:27:42 +01:00
daml-lf-ast Remove retroactive interface instance syntax (#18350) 2024-02-07 11:28:25 +00:00
daml-lf-proto update copyright (#18167) 2024-01-15 20:27:42 +01:00
daml-lf-proto-decode Remove retroactive interface instance syntax (#18350) 2024-02-07 11:28:25 +00:00
daml-lf-proto-encode Remove retroactive interface instance syntax (#18350) 2024-02-07 11:28:25 +00:00
daml-lf-proto-util Remove retroactive interface instance syntax (#18350) 2024-02-07 11:28:25 +00:00
daml-lf-reader update copyright (#18167) 2024-01-15 20:27:42 +01:00
daml-lf-tools Remove retroactive interface instance syntax (#18350) 2024-02-07 11:28:25 +00:00
damlc Remove retroactive interface instance syntax (#18350) 2024-02-07 11:28:25 +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 Split {Has=>{Get,Set}}Field (#18319) 2024-02-02 11:55:50 +00:00
repl-service make metadata non-optional in packages (#18363) 2024-02-02 11:16:03 +00:00
scenario-service remove the sharedKeys feature flag in the engine (#18376) 2024-02-05 18:26:01 +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.