daml/compiler
Remy 3a8139d9c1
Engine: move partialTransaction to interpreter (#4617)
* Engine: move partialTransaction to interpreter

CHANGELOG_BEGIN
CHANGELOG_END

* formating

* fix
2020-02-20 16:48:47 +00:00
..
daml-extension Extend telemetry data to log when users ignored the telemetry popup (#4403) 2020-02-05 14:14:48 +01:00
daml-lf-ast Add package metadata to DAML-LF proto and the Haskell AST (#4616) 2020-02-20 12:08:27 +00:00
daml-lf-proto Add package metadata to DAML-LF proto and the Haskell AST (#4616) 2020-02-20 12:08:27 +00:00
daml-lf-reader update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
daml-lf-tools daml-dependencies: Use a safer safeToReexport (#4353) 2020-02-03 19:11:11 +00:00
daml-licenses remove MissingH (#3948) 2020-01-06 14:36:14 +01:00
damlc Add subtractDays to the standard library (#4618) 2020-02-20 12:23:18 +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 Fix flaky lsp tests (#4541) 2020-02-17 12:50:53 +01:00
scenario-service Engine: move partialTransaction to interpreter (#4617) 2020-02-20 16:48:47 +00:00
ghcide-daml.sh update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01: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.