lean2/tests/lean/interactive/t3.lean.expected.out
Leonardo de Moura 74a8b5f2f4 test(tests/lean/interactive): add back command test
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-05 17:19:53 -08:00

19 lines
No EOL
503 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.

Type Ctrl-D or 'Exit.' to exit or 'Help.' for help.
# Set: pp::colors
Set: pp::unicode
Proof state:
a : Bool, b : Bool ⊢ b ⇒ a b
## Proof state:
H : b, a : Bool, b : Bool ⊢ a b
## Proof state:
H : b, a : Bool, b : Bool ⊢ a
## Proof state:
H : b, a : Bool, b : Bool ⊢ b
## Error (line: 8, pos: 0) failed to backtrack
Proof state:
H : b, a : Bool, b : Bool ⊢ b
## Proof state:
no goals
## Proved: T2
# Theorem T2 (a b : Bool) : b ⇒ a b := Discharge (λ H : b, Disj2 a H)
#