daml/compiler
Moritz Kiefer e400bc7eb8
Remove use of managed for starting the scenario service (#1508)
Ironically `managed` didn't turn out to make our code more manageable
and we ended up mostly using it in very isolated places only to then
immediately convert it back to bracket-style functions using `with`.

This PR also removes the use of `managed` from the GcpLogger which was
the only other place where we are using it and it finally kills the
rather silly logic that starting up the scenario service was tied to
having an event logger.
2019-06-04 17:17:05 +02:00
..
daml-lf-ast daml-lf add builtin to (un)pack string in code points (#1480) 2019-06-04 14:06:25 +00:00
daml-lf-proto daml-lf add builtin to (un)pack string in code points (#1480) 2019-06-04 14:06:25 +00:00
daml-lf-tools daml-lf add builtin to (un)pack string in code points (#1480) 2019-06-04 14:06:25 +00:00
haskell-ide-core Remove use of managed for starting the scenario service (#1508) 2019-06-04 17:17:05 +02:00
scenario-service Remove use of managed for starting the scenario service (#1508) 2019-06-04 17:17:05 +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.