lean4-htt/tests/lean/1781.lean.expected.out
Sebastian Ullrich 1fb4a32c8d
fix: avoid follow-up kernel errors (#7570)
Asynchronous elaboration means that constants can exist in the elab
environment while failing to be added to the kernel environment, avoid
the latter by falling back to axioms there
2025-03-20 09:11:25 +00:00

5 lines
168 B
Text

1781.lean:24:0-24:59: error: (kernel) declaration type mismatch, 'Univ'' has type
Type ((imax 1 u) + 1)
but it is expected to have type
Type (imax 1 u)
Univ : Type