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
df3129e80d
lean2
/
tests
/
lean
/
tactic11.lean.expected.out
4 lines
49 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/parser): simplified theorem definition using tactical proof When using tactics for proving theorems, a common pattern is Theorem T : <proposition> := _. apply <tactic>. ... done. This commit allows the user to write the simplified form: Theorem T : <proposition>. apply <tactic>. ... done. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-02 16:20:13 +00:00
Set: pp::colors
Set: pp::unicode
feat(library/tactic): add beta-reduction tactic Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-02 16:10:51 +00:00
Proved: T
Reference in a new issue
Copy permalink