(* import("tactic.lua") *)
Theorem T (a b : Bool) : a \/ b => (not b) => a := _.
apply Discharge
disj_hyp
exact
absurd
done
print Environment 1.