daml/compiler
Remy 439613bee8 daml-lf: add FROM_TEXT_INT64 and FROM_TEXT_DECIMAL (#1407)
* daml-lf: add FROM_TEXT_INT64 and FROM_TEXT_DECIMAL

* Fix typos in Haskell

* cosmetic change

* Fix DAML-LF type checker

* Fix merging fallout
2019-05-27 17:19:01 +00:00
..
daml-lf-ast daml-lf: add FROM_TEXT_INT64 and FROM_TEXT_DECIMAL (#1407) 2019-05-27 17:19:01 +00:00
daml-lf-proto daml-lf: add FROM_TEXT_INT64 and FROM_TEXT_DECIMAL (#1407) 2019-05-27 17:19:01 +00:00
daml-lf-tools daml-lf: add FROM_TEXT_INT64 and FROM_TEXT_DECIMAL (#1407) 2019-05-27 17:19:01 +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 DAML-LF internal type safety (#1192) 2019-05-24 09:53:29 +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.