lean4-htt/tests/elab_fail/423.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

32 lines
762 B
Text

423.lean:3:35-3:40: error: Application type mismatch: The argument
a
has type
T
of sort `Sort u` but is expected to have type
Nat
of sort `Type` in the application
HAdd.hAdd a
423.lean:5:37-5:38: error: Application type mismatch: The argument
T
has type
Sort u
of sort `Type u` but is expected to have type
Type ?u
of sort `Type (?u + 1)` in the application
Add T
423.lean:5:47-5:48: error: Application type mismatch: The argument
T
has type
Sort u
of sort `Type u` but is expected to have type
Type ?u
of sort `Type (?u + 1)` in the application
OfNat T
423.lean:5:55-5:60: error: Application type mismatch: The argument
a
has type
T
of sort `Sort u` but is expected to have type
Nat
of sort `Type` in the application
HAdd.hAdd a