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
02bd166793
lean2
/
tests
/
lean
/
interactive
/
t6.lean
7 lines
124 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean/parser): allow the user to use a theorem/axiom name as an argument for the apply tactic command Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-06 03:03:12 +00:00
Theorem T1 (a b : Bool) : a => b => a /\ b.
feat(library/tactic): use _tac suffix instead of _tactic like Isabelle Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-06 04:00:20 +00:00
apply imp_tac.
apply imp_tac.
feat(frontends/lean/parser): allow the user to use a theorem/axiom name as an argument for the apply tactic command Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-06 03:03:12 +00:00
apply Conj.
feat(library/tactic): use _tac suffix instead of _tactic like Isabelle Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-06 04:00:20 +00:00
assumption.
feat(frontends/lean/parser): allow the user to use a theorem/axiom name as an argument for the apply tactic command Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-06 03:03:12 +00:00
done.
Reference in a new issue
Copy permalink