(* import("tactic.lua") *) Theorem T2 (a b : Bool) : b => a \/ b. (* imp_tac() *). (* disj_tac() *). back. back. exact. done. print Environment 1.