Files
lean4/tests/elab_fail/calcErrors.lean.out.expected
Garmelon 08eb78a5b2 chore: switch to new test/bench suite (#12590)
This PR sets up the new integrated test/bench suite. It then migrates
all benchmarks and some related tests to the new suite. There's also
some documentation and some linting.

For now, a lot of the old tests are left alone so this PR doesn't become
even larger than it already is. Eventually, all tests should be migrated
to the new suite though so there isn't a confusing mix of two systems.
2026-02-25 13:51:53 +00:00

22 lines
762 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
calcErrors.lean:7:30-7:33: error: Type mismatch
rfl
has type
?m = ?m
but is expected to have type
b + b = 0 + c + b
calcErrors.lean:13:8-13:29: error: invalid 'calc' step, left-hand side is
0 + c + b : Nat
but previous right-hand side is
b + b : Nat
calcErrors.lean:24:8-24:11: error: invalid 'calc' step, relation expected
p a
calcErrors.lean:31:8-31:13: error: invalid 'calc' step, failed to synthesize `Trans` instance
Trans p p ?m
Hint: Additional diagnostic information may be available using the `set_option diagnostics true` command.
calcErrors.lean:40:7-40:12: error: invalid 'calc' step, left-hand side is
γ : Sort u_1
but previous right-hand side is
b : β
calcErrors.lean:60:18-60:19: error: unexpected token '['; expected command