lean4-htt/library
Leonardo de Moura a2abbdbf9a chore: fix imports using script
This is just a draft.
```
for f in `find . -name '*.lean'`; do echo $f; gsed "/^import/s/\b\(.\)/\u\1/g" $f > tmp; gsed "/^Import/s/Import/import/g" tmp > $f; done
```
2019-10-04 14:34:58 -07:00
..
Init chore: fix imports using script 2019-10-04 14:34:58 -07:00
library.md chore(library/library.md): update documentation 2017-08-16 14:17:26 -07:00
Makefile.in feat(library/Makefile.in): generate ".c" files 2019-08-24 07:40:56 -07:00
relative.py chore: preparing for new naming convention 2019-10-04 14:22:23 -07:00