lean4-htt/library/Init/System
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
..
Default.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Filepath.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
IO.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Platform.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00