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

5 lines
83 B
Text

exit
import logic
theorem tst {A B : Prop} (H1 : A) (H2 : B) : A
:= by assumption