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

8 lines
113 B
Text

exit
import logic
open tactic
theorem tst {A B : Prop} (H1 : A) (H2 : B) : A
:= by state; assumption
check tst