lean4-htt/library/Init/Data
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
..
Array chore: fix imports using script 2019-10-04 14:34:58 -07:00
BinomialHeap chore: fix imports using script 2019-10-04 14:34:58 -07:00
ByteArray chore: fix imports using script 2019-10-04 14:34:58 -07:00
Char chore: fix imports using script 2019-10-04 14:34:58 -07:00
Fin chore: fix imports using script 2019-10-04 14:34:58 -07:00
HashMap chore: fix imports using script 2019-10-04 14:34:58 -07:00
Int chore: fix imports using script 2019-10-04 14:34:58 -07:00
List chore: fix imports using script 2019-10-04 14:34:58 -07:00
Nat chore: fix imports using script 2019-10-04 14:34:58 -07:00
Option chore: fix imports using script 2019-10-04 14:34:58 -07:00
PersistentArray chore: fix imports using script 2019-10-04 14:34:58 -07:00
PersistentHashMap chore: fix imports using script 2019-10-04 14:34:58 -07:00
Queue chore: fix imports using script 2019-10-04 14:34:58 -07:00
RBMap chore: fix imports using script 2019-10-04 14:34:58 -07:00
RBTree chore: fix imports using script 2019-10-04 14:34:58 -07:00
String chore: fix imports using script 2019-10-04 14:34:58 -07:00
AssocList.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Basic.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Default.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
DList.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Hashable.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Random.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Repr.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
ToString.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
UInt.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00