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
5812b35d93
lean2
/
tests
/
lean
/
run
/
tac1.lean
7 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
fix(tests/lean): adjust tests to modifications to standard library
2014-11-30 21:16:01 -08:00
import logic
chore(tests/lean): add missing tests Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-04 14:21:03 -07:00
open tactic
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-04 16:36:06 -07:00
definition mytac := apply @and.intro; apply @eq.refl
chore(tests/lean): add missing tests Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-04 14:21:03 -07:00
check @mytac
Reference in a new issue
Copy permalink