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
ee98523c2a
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(*): minimize the use of parameters
2014-10-09 14:13:06 +00:00
context
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