daml/compiler
Moritz Kiefer 1406c41c02
Use 127.0.0.1 instead of localhost to connect to scenario service (#1848)
This fixes issues when running in an Alpine Linux docker container.
2019-06-24 16:45:12 +02:00
..
daml-lf-ast Inline the EnumType and EnumCon types in Haskell's DAML-LF AST (#1822) 2019-06-22 12:01:56 +02:00
daml-lf-proto Inline the EnumType and EnumCon types in Haskell's DAML-LF AST (#1822) 2019-06-22 12:01:56 +02: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 Inline the EnumType and EnumCon types in Haskell's DAML-LF AST (#1822) 2019-06-22 12:01:56 +02:00
hie-core Support goto definition on types in type annotations and type signatures (#1845) 2019-06-24 14:49:36 +02:00
lsp-tests Further cleanups to hie-core (#1819) 2019-06-22 09:21:59 +01:00
scenario-service Use 127.0.0.1 instead of localhost to connect to scenario service (#1848) 2019-06-24 16:45:12 +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.