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
46d418af3d
lean2
/
tests
/
lean
/
run
/
tactic1.lean
5 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
chore(*): minimize dependencies on tests Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-25 02:58:48 +00:00
import logic
feat(frontends/lean): use tactics for solving unassigned metavariables Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-06-29 16:47:25 +00:00
refactor(*): rename Bool to Prop Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-22 16:43:18 +00:00
theorem tst {A B : Prop} (H1 : A) (H2 : B) : A
feat(library/tactic): rename 'exact' to 'assumption', 'exact' is a different tactic Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-03 01:10:42 +00:00
:= by assumption
Reference in a new issue
Copy permalink