lean4-htt/tests/lean/run/true_imp_rw.lean
2016-06-10 18:29:41 -07:00

8 lines
116 B
Text

exit
import logic
example (a b c : Prop) (h : a) : true → true → a :=
begin
rewrite *true_imp,
exact h
end