(* import("tactic.lua") *)
Theorem T (C A B : Bool) : C -> A -> B -> A.
exact.
done.
print Environment 1.