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
46d418af3d
lean2
/
tests
/
lean
/
var.lean
13 lines
115 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean): enforce rule section parameters cannot depend on section variables
2014-10-03 00:29:22 +00:00
import logic
chore(tests): remove most occurrences of 'context' command from the test suite
2015-04-22 02:33:21 +00:00
section
feat(frontends/lean): enforce rule section parameters cannot depend on section variables
2014-10-03 00:29:22 +00:00
variable A : Type
parameter a : A
end
section
variable A : Type
variable a : A
end
Reference in a new issue
Copy permalink