daml/compiler
Moritz Kiefer 4f0734c9f3 Fix an issue in module chasing caused by unnormalized file paths (#1303)
On Windows we can end up with rootModDir having / in the filepath
while rootPathDir uses \ so stripSuffix didn’t work.

This fixes #1284
2019-05-22 11:58:22 +00:00
..
daml-lf-ast Replace all occurrences of Tagged in DAML-LF AST with newtypes (#1289) 2019-05-21 16:19:57 +00:00
daml-lf-proto Replace all occurrences of Tagged in DAML-LF AST with newtypes (#1289) 2019-05-21 16:19:57 +00:00
daml-lf-tools Replace all occurrences of Tagged in DAML-LF AST with newtypes (#1289) 2019-05-21 16:19:57 +00:00
haskell-ide-core Fix an issue in module chasing caused by unnormalized file paths (#1303) 2019-05-22 11:58:22 +00:00
scenario-service Replace all occurrences of Tagged in DAML-LF AST with newtypes (#1289) 2019-05-21 16:19:57 +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.