lean2/tests/lean/interactive/t6.lean
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

5 lines
115 B
Text

(* import("tactic.lua") *)
theorem T1 (a b : Bool) : a → b → a /\ b.
apply and_intro.
exact.
done.