lean4-htt/tests/lean/799.lean.expected.out
Sebastian Ullrich d3ee0be908
feat: show signature elaboration errors on body parse error (#4267)
Fixes #3556

---------

Co-authored-by: Joachim Breitner <mail@joachim-breitner.de>
2024-05-24 10:07:07 +00:00

5 lines
230 B
Text

799.lean:3:0-3:5: error: invalid declaration name 'p', there is a section variable with the same name
p : Prop
799.lean:7:0-7:5: error: invalid declaration name 'p', there is a section variable with the same name
p : Prop
p : Nat