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
533f44e224
lean2
/
tests
/
lean
/
discharge.lean
4 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean): use lowercase commands, replace 'endscope' and 'endnamespace' with 'end' Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 20:05:08 +00:00
import tactic
feat(kernel): use Pi as forall/implication Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-08 08:38:39 +00:00
theorem T (a b : Bool) : a → b → b → a.
refactor(frontends/lean/parser): tactic macros, and tactic Lua bindings Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-26 23:54:53 +00:00
exact.
feat(library/tactic/apply_tactic): improved parametric apply_tactic Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-25 06:40:34 +00:00
done.
Reference in a new issue
Copy permalink