daml/compiler
Neil Mitchell 7c61967ea1
Remove NameCache modification in the IDE (#1189)
* Remove NameCache modification

* Change the suggested list of replacements
2019-05-16 16:01:26 +01:00
..
daml-lf-ast Move the DAML-LF version render/parse logic into LF.Version (#1190) 2019-05-16 16:35:54 +02:00
daml-lf-proto Rename render/parse functions for DAML-LF minor versions in Haskell (#1182) 2019-05-16 14:58:10 +02:00
daml-lf-tools Delete DA.Prelude (#914) 2019-05-04 18:51:56 +01:00
haskell-ide-core Remove NameCache modification in the IDE (#1189) 2019-05-16 16:01:26 +01:00
scenario-service Rename render/parse functions for DAML-LF minor versions in Haskell (#1182) 2019-05-16 14:58:10 +02: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.