This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7d9d89bae6
lean2
/
tests
/
lean
/
run
/
fapply.lean
9 lines
103 B
Text
Raw
Normal View
History
Unescape
Escape
feat(library/tactic): add 'fapply' tactic, closes #356
2014-11-30 03:20:41 +00:00
import logic
example : ∃ a : num, a = a :=
begin
refactor(library): rename exists_elim and exists_intro to exists.elim and exists.intro
2014-12-16 03:05:03 +00:00
fapply exists.intro,
feat(library/tactic): add 'fapply' tactic, closes #356
2014-11-30 03:20:41 +00:00
exact 0,
apply rfl,
end
Reference in a new issue
Copy permalink