lean2/tests/lean/interactive/t3.lean.expected.out

16 lines
382 B
Text
Raw Normal View History

# Set: pp::colors
Set: pp::unicode
Proof state:
a : Bool, b : Bool, H : b ⊢ a b
## Proof state:
a : Bool, b : Bool, H : b ⊢ a
## Proof state:
a : Bool, b : Bool, H : b ⊢ b
## Error (line: 9, pos: 0) failed to backtrack
Proof state:
a : Bool, b : Bool, H : b ⊢ b
## Proof state:
no goals
## Proved: T2
# theorem T2 (a b : Bool) (H : b) : a b := or_intror a H
#