(* import("tactic.lua") *) theorem T (a b : Bool) : a → b → b → a. exact. done.