lean4-htt/tests/pkg/test_extern/expected.txt
Mac Malone 34385b8ee8
feat: lake: use absolute paths (#7822)
This PR changes Lake to use normalized absolute paths for its various
files and directories.

This is done by storing absolute paths for the workspace directory,
package directories, and configuration files. These are then joined to
relative paths (e.g., for source directories) using a custom join
function that eliminates `.` paths.

Closes #7498. Closes #4042.
2025-04-05 13:38:35 +00:00

6 lines
182 B
Text

error: TestExtern.lean:5:0: 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