daml/compiler
Martin Huschenbett 0e8c2bbc6f Improve the error message for polymorphic numeric literals (#3672)
Display the actual number the user tried to use instead of 1.2345.

The logic to display the number is not perfect but definitely better than
we have now. If somebody knows a _simple_ way to do this better, please
tell me about it.
2019-11-29 08:51:32 +00:00
..
daml-extension Don't break long party names in scenario view weirdly (#3669) 2019-11-29 08:10:44 +00:00
daml-lf-ast Rename daml lf tuples (#3658) 2019-11-28 07:58:30 +00:00
daml-lf-proto Rename daml lf tuples (#3658) 2019-11-28 07:58:30 +00:00
daml-lf-reader language: parse sdk version from manifest (#3262) 2019-10-28 17:45:06 +01:00
daml-lf-tools rename structural records: tuple -> struct (#3660) 2019-11-28 10:00:24 +00:00
daml-licenses Remove dead dependency on jboss logging library (#3333) 2019-11-05 11:36:43 +01:00
damlc Improve the error message for polymorphic numeric literals (#3672) 2019-11-29 08:51:32 +00:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests Replace Hazel by stack_snapshot (#2743) 2019-11-22 14:24:08 +00:00
scenario-service Don't break long party names in scenario view weirdly (#3669) 2019-11-29 08:10:44 +00:00
ghcide-daml.sh Replace Hazel by stack_snapshot (#2743) 2019-11-22 14:24:08 +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.