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
/
section3.lean
7 lines
107 B
Text
Raw
Normal View
History
Unescape
Escape
chore(*): minimize the use of parameters
2014-10-09 14:13:06 +00:00
context
fix(frontends/lean): name clash inside section, fixes #181
2014-09-11 23:37:23 +00:00
parameter (A : Type)
definition foo := A
theorem bar {X : Type} {A : X} : foo :=
sorry
end
Reference in a new issue
Copy permalink