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
71cffd29a0
lean2
/
tests
/
lean
/
run
/
imp2.lean
5 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean): remove restriction on implict arguments, add new test that demonstrates the new feature Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-07 19:28:58 +00:00
import data.num
feat(frontends/lean/elaborator): more strict test for bad universe solution
2014-10-02 17:54:20 +00:00
check (λ {A : Type.{1}} (a : A), a) 10
feat(frontends/lean): remove restriction on implict arguments, add new test that demonstrates the new feature Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-07 19:28:58 +00:00
check (λ {A} a, a) 10
check (λ a, a) 10
Reference in a new issue
Copy permalink