This website requires JavaScript.
Explore
Help
Sign in
max
/
lean4-htt
Watch
1
Star
0
Fork
You've already forked lean4-htt
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2
17249
commits
1
branch
0
tags
5.3
GiB
de5c7cbff0
Commit graph
3 commits
Author
SHA1
Message
Date
Sebastian Ullrich
3ed67138d5
chore(*): update equation syntax in files and old parser
...
for f in ../../**/*.lean; do echo $f; ./patch.lean.out $f > tmp && cat tmp > $f; done
2019-08-09 11:11:34 +02:00
Leonardo de Moura
825c952f58
chore(library/init/lean/scopes): add TODO
2019-07-22 18:22:56 -07:00
Leonardo de Moura
4e572b5e05
refactor(library/init/lean/scopes): move ScopeManager to separate file
2019-07-17 19:09:15 -07:00