mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
ca3ca745fb
I find the current names very confusing and unintuitive. I'm aware that there are other primitives called `TO_TEXT_X`. But there the `X` is meant to be a type index to `TO_TEXT`. This doesn't make much sense in the context of `TO_TEXT_CODE_POINTS` though since there's no type named `CodePoints`. |
||
---|---|---|
.. | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-tools | ||
haskell-ide-core | ||
lsp-tests | ||
scenario-service | ||
README.md |
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.