daml/compiler
Moritz Kiefer 5991fbcee8
Use BadDependency consistently (#1787)
Previously we had a weird mix of using ExceptT to shortcircuit on
failed dependencies where the list of diagnostics was always empty and
throwing BadDependency exceptions.

This PR switches everything over to use BadDependency for failed
dependencies and removes a lot of conversions from one style to the
other.
2019-06-21 09:27:40 +02:00
..
daml-lf-ast Rename DAML-LF primitives for conversion between Text and code points (#1777) 2019-06-20 16:03:11 +02:00
daml-lf-proto Rename DAML-LF primitives for conversion between Text and code points (#1777) 2019-06-20 16:03:11 +02:00
daml-lf-tools Rename DAML-LF primitives for conversion between Text and code points (#1777) 2019-06-20 16:03:11 +02:00
haskell-ide-core Use BadDependency consistently (#1787) 2019-06-21 09:27:40 +02:00
lsp-tests Mark lsp-tests as flaky on Windows (#1782) 2019-06-20 15:49:35 +02:00
scenario-service Move webview src to a separate JS file (#1784) 2019-06-20 14:55:30 +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.