daml/compiler
Robin Krom 05d80eeeb4
language: upgrades: no generics for data types having the instances already (#1840)
language: upgrades: dont derive generics for data types having the instances already

We only derive generic instances on the fly for data types that don't
have them already.
2019-06-25 18:17:34 +02:00
..
daml-lf-ast Add support for DAML-LF's enum types to damlc (#1824) 2019-06-25 14:44:21 +00:00
daml-lf-proto Add support for DAML-LF's enum types to damlc (#1824) 2019-06-25 14:44:21 +00:00
daml-lf-reader [hs-ledger-bindings tests] Read the main dalf from the DAR manifest (#1803) 2019-06-21 15:32:40 +00:00
daml-lf-tools Add support for DAML-LF's enum types to damlc (#1824) 2019-06-25 14:44:21 +00:00
hie-core language: upgrades: no generics for data types having the instances already (#1840) 2019-06-25 18:17:34 +02:00
lsp-tests Further cleanups to hie-core (#1819) 2019-06-22 09:21:59 +01:00
scenario-service Add support for DAML-LF's enum types to damlc (#1824) 2019-06-25 14:44:21 +00: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.