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
e00ccff6de
lean2
/
tests
/
lean
/
run
/
blast2.lean
6 lines
113 B
Text
Raw
Normal View
History
Unescape
Escape
refactor(library/blast): avoid auxiliary local when creating hypothesis for intros
2015-11-09 22:40:39 +00:00
example (a b : Prop) : forall (Ha : a) (Hb : b), a :=
by blast
test(tests/lean/run): add missing test
2015-11-09 03:23:33 +00:00
example (a b : Prop) : a → b → a :=
by blast
Reference in a new issue
Copy permalink