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
3335c1782d
lean2
/
tests
/
lean
/
whnf.lean.expected.out
5 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean): apply eta-reduction in postprocessing step Perhaps, we should add an option to disable this new feature. Remark: this commit makes commit 46d418a redundant. I'm keeping 46d418a because we may retract this commit in the future.
2015-06-10 23:26:32 +00:00
succ (nat.rec 2 (λ (b₁ :
ℕ
), succ) 0)
fix(tests/lean): to reflect recent changes
2014-12-02 01:14:11 +00:00
3
feat(frontends/lean): apply eta-reduction in postprocessing step Perhaps, we should add an option to disable this new feature. Remark: this commit makes commit 46d418a redundant. I'm keeping 46d418a because we may retract this commit in the future.
2015-06-10 23:26:32 +00:00
succ (nat.rec a (λ (b₁ :
ℕ
), succ) 0)
feat(frontends/lean): add [whnf] modifier to eval command
2014-11-08 04:39:50 +00:00
succ a
Reference in a new issue
Copy permalink