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
0de635a6c9
lean2
/
tests
/
lean
/
run
/
mul_zero.lean
6 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean/calc_proof_elaborator): reject proofs with metavariables in the calc-assistant
2015-02-01 19:05:38 +00:00
import data.nat
open nat
example (x :
ℕ
) : 0 = x * 0 :=
refactor(library/data/nat/basic): mark some theorems as protected to avoid overloading
2015-10-14 19:27:09 +00:00
calc 0 = x * 0 : nat.mul_zero
Reference in a new issue
Copy permalink