Adds an alternative TOML configuration format to Lake. * Uses TOML v1.0.0 and is fully specification compliant (tested via [toml-test v1.4.0](https://github.com/toml-lang/toml-test/tree/v1.4.0)). * Supports package configuration options, Lean libraries, Lean executables, and dependencies. * TOML configurations can be generated for new projects via `lake new|init <pkg> <template>.toml`. * Supported configurations can be converted to/from TOML via `lake translate-config <lang>`.
7 lines
205 B
Text
7 lines
205 B
Text
error: stdout:
|
|
././././TestExtern.lean:5:0: error: native implementation did not agree with reference implementation!
|
|
Compare the outputs of:
|
|
#eval Nat.not_add 4 5
|
|
and
|
|
#eval match 4, 5 with
|
|
| x, x_1 => 0
|