lean2/tests/lean/tactic5.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
143 B
Text

Set: pp::colors
Set: pp::unicode
Proved: T4
theorem T4 (a b : Bool) (H : a) (H::1 : b) : a ∧ b ∧ a := and_intro H (and_intro H::1 H)