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

6 lines
118 B
Text

exit
import logic
open tactic
theorem T {a b c d : Prop} (H : a) (H : b) (H : c) (H : d) : a
:= by state; assumption