(* import("tactic.lua") *) Theorem T1 (a b : Bool) : a => b => a /\ b. (* imp_tac() *). (* imp_tac() *). apply Conj. exact. done.