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
9c55bbb871
lean2
/
tests
/
lean
/
run
/
tac1.lean
7 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
chore(tests/lean): add missing tests Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-04 21:21:03 +00:00
import tools.tactic
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 23:36:06 +00: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 21:21:03 +00:00
check @mytac
Reference in a new issue
Copy permalink