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

9 lines
108 B
Text

exit
import logic
example : ∃ a : num, a = a :=
begin
fapply exists.intro,
exact 0,
apply rfl,
end