lean2/tests/lean/tactic8.lean.expected.out
Leonardo de Moura 57c0006916 chore(*): cleanup lean builtin symbols, replace :: with _
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-09 08:33:52 -08:00

4 lines
164 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.

Set: pp::colors
Set: pp::unicode
Proved: T
theorem T (a b : Bool) (H : a b) (H::1 : ¬ b) : a := or_elim H (λ H : a, H) (λ H : b, absurd_elim a H H::1)