daml/compiler
Moritz Kiefer 42aadec073
Cleanup Haskell serializability check (#12565)
I got unreasonably confused why we sometimes pass `Nothing` here and
why the templates are sometimes unused so this PR attempts to clarify
this a bit.

changelog_begin
changelog_end
2022-01-25 10:03:30 +00:00
..
daml-extension Bump node-fetch to address dependabot alerts (#12553) 2022-01-24 13:23:52 +00:00
daml-lf-ast update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-lf-proto update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-lf-reader update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-lf-tools Cleanup Haskell serializability check (#12565) 2022-01-25 10:03:30 +00:00
daml-lf-verify update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
damlc Drop scenarios (#12484) 2022-01-24 18:42:42 +01: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 update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
repl-service Add eager timeouts to the polling functions used in daml start and assistant integration tests. (#12361) 2022-01-12 10:01:56 +00:00
scenario-service Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +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.