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
1d9a0a6265
lean2
/
tests
/
lean
/
run
/
t7.lean
4 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
refactor(frontends/lean): constant/axiom are top-level commands, parameter/variable/hypothesis/conjecture are section/context-level commands Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-10-02 23:20:52 +00:00
constant A : Type.{1}
constant f : A → A → A
print raw f _ (f _ _)
Reference in a new issue
Copy permalink