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
e1f81cfdcd
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 14:40:39 -08:00
example (a b : Prop) : forall (Ha : a) (Hb : b), a :=
by blast
test(tests/lean/run): add missing test
2015-11-08 19:23:33 -08:00
example (a b : Prop) : a → b → a :=
by blast
Reference in a new issue
Copy permalink