daml/compiler
Martin Huschenbett 1fee1ddddf
Move encodeHash function into DA.Daml.LF.Proto3.Archive (#797)
The only usage of `encodeHash` is in `DA.Daml.LF.Proto3.Archive`. This used
to be different in the past but since it isn't anymore there's no more
justification for a separate module for a single function.
2019-04-30 18:02:18 +02:00
..
daml-lf-ast remove major LF dev version (#681) 2019-04-26 13:10:09 -04:00
daml-lf-proto Move encodeHash function into DA.Daml.LF.Proto3.Archive (#797) 2019-04-30 18:02:18 +02:00
daml-lf-tools Clean up how we check DAML-LF feature support in damlc (#663) 2019-04-25 14:41:35 +02:00
haskell-ide-core Add lsp deps (#724) 2019-04-26 14:00:15 +02:00
scenario-service remove major LF dev version (#681) 2019-04-26 13:10:09 -04: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.