daml/compiler
Martin Huschenbett ace1b5efd3
Remove all traces of the long gone value restriction (#256)
* Remove all traces of the long gone value restriction

We remove the value check since it has only been used by one `damli` command.
We also remove the constant folding from the DAML-LF simplifier. It is more
likely to diverge from the semantics of the interpreter than to do any good.

* Make hlint happy
2019-04-08 14:54:30 +02:00
..
daml-lf-ast Remove DefValueInfo data type (#252) 2019-04-05 16:47:08 +02:00
daml-lf-proto Remove DefValueInfo data type (#252) 2019-04-05 16:47:08 +02:00
daml-lf-tools Remove all traces of the long gone value restriction (#256) 2019-04-08 14:54:30 +02:00
haskell-ide-core open-sourcing daml 2019-04-04 09:33:38 +01:00
scenario-service open-sourcing daml 2019-04-04 09:33:38 +01: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.