lean4-htt/tests/lean/tacUnsolvedGoalsErrors.lean.expected.out
2022-11-28 09:02:08 -08:00

46 lines
885 B
Text
Raw 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.

tacUnsolvedGoalsErrors.lean:2:14-3:8: error: unsolved goals
p q r : Prop
h1 : p q
h2 : p → q
⊢ q
tacUnsolvedGoalsErrors.lean:4:2-5:9: error: unsolved goals
p q r : Prop
h1 : p q
h2 : p → q
this : q
⊢ q
tacUnsolvedGoalsErrors.lean:10:2-10:3: error: unsolved goals
p q r : Prop
h1 : p q
h2 : p → q
⊢ q
tacUnsolvedGoalsErrors.lean:11:2-12:9: error: unsolved goals
p q r : Prop
h1 : p q
h2 : p → q
this : q
⊢ q
tacUnsolvedGoalsErrors.lean:17:9-17:10: error: unsolved goals
case inl
p q r : Prop
h2 : p → q
h✝ : p
⊢ q
tacUnsolvedGoalsErrors.lean:19:9-19:10: error: unsolved goals
case inr
p q r : Prop
h2 : p → q
h✝ : q
⊢ q
tacUnsolvedGoalsErrors.lean:26:2-26:3: error: unsolved goals
case inl
p q r : Prop
h2 : p → q
h✝ : p
⊢ q
tacUnsolvedGoalsErrors.lean:28:2-28:3: error: unsolved goals
case inr
p q r : Prop
h2 : p → q
h✝ : q
⊢ q