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
273f6fc04c
lean2
/
tests
/
lean
/
run
/
section3.lean
7 lines
107 B
Text
Raw
Normal View
History
Unescape
Escape
chore(tests): remove most occurrences of 'context' command from the test suite
2015-04-22 02:33:21 +00:00
section
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