(* import("tactic.lua") *)
check @Discharge
theorem T (a b : Bool) : a => b => b => a.
apply Discharge.
exact.
done.