Commit graph

11 commits

Author SHA1 Message Date
Leonardo de Moura
b9480d6ae2 chore: remove unnecessary c inline 2019-10-23 16:58:07 -07:00
Leonardo de Moura
aa77c0a651 chore: remove unnecessary inline 2019-10-23 15:26:22 -07:00
Leonardo de Moura
447482e489 refactor: use Array instead of List at mkApp and getAppArgs
Preparation for new unifier.

@dselsam: I had to make minor changes at `Synth.Lean`, and add messy
code to `Context.lean`. `Context.lean` will be deleted in the future.
So, it is not a big deal.
2019-10-21 09:12:36 -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
d1ca45d83a chore: use #[] instead of Array.empty 2019-10-08 16:23:06 -07:00
Leonardo de Moura
bfe4f5e7d3 chore: style 2019-10-08 15:21:42 -07:00
Daniel Selsam
c1bd666bc2 feat: stack wrapper around array 2019-10-08 14:32:50 -07:00
Leonardo de Moura
734d8af3b9 fix: Array HasRepr and HasToString instances 2019-10-07 15:53:47 -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