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

8 lines
142 B
Text

exit
import logic
open tactic (renaming id->id_tac)
theorem tst {A B : Prop} (H1 : A) (H2 : B) : id A
:= by unfold id; assumption
check tst