mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
2af134ca69
First version of static verification tool. The current state of the tool: - Reads DAR files. - Partially evaluates the code. - Generates constraints for the field and choice to be verified. - Passes the constraints to an SMT solver. - Some basic tests. |
||
---|---|---|
.. | ||
daml | ||
src/DA/Daml/LF | ||
tests/DA/Daml/LF/Verify | ||
BUILD.bazel |