lean2/tests/lean/run/fapply.lean

9 lines
103 B
Text
Raw Permalink Normal View History

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