Commit graph

7 commits

Author SHA1 Message Date
Leonardo de Moura
012d48f35b chore: remove unnecessary annotations
We have a new and better "arity guesser"
2019-10-23 17:30:59 -07:00
Sebastian Ullrich
ba8b3a1733 feat: allow ':' as search path operator on Windows
This reimplements 704e203.
2019-10-19 18:03:55 -07:00
Leonardo de Moura
a4c7e597a8 chore: (try to) fix Windows build 2019-10-04 20:52:54 -07:00
Leonardo de Moura
7f878eeb95 chore: (try to) fix Windows build 2019-10-04 19:48:03 -07:00
Leonardo de Moura
0714716477 fix: file and import names, tests and stage0
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2019-10-04 17:04:02 -07:00
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
Leonardo de Moura
de4d3152f1 chore: use CamelCase to name files and directories 2019-10-04 14:23:08 -07:00