Commit graph

10 commits

Author SHA1 Message Date
Leonardo de Moura
87e109aeba feat: add isDefEqDelta 2019-11-19 17:11:20 -08:00
Leonardo de Moura
a2cdf4494d chore: add helper 2019-11-08 08:28:31 -08:00
Leonardo de Moura
cbf09b44ea feat: add getStuckMVar 2019-11-07 10:20:14 -08:00
Leonardo de Moura
c3e9ac73e2 refactor: default ==> arbitrary
Make sure it is opaque, and avoid `irreducible`
2019-11-05 14:42:42 -08:00
Leonardo de Moura
146aa71886 feat: reduce auxiliary recursors 2019-11-02 14:38:24 -07:00
Leonardo de Moura
a4c2e72f1c feat: helper functions 2019-10-31 20:58:30 -07:00
Leonardo de Moura
fd167c3829 chore: use Level instead of Univ 2019-10-31 20:13:44 -07:00
Leonardo de Moura
cae045bce8 chore: add helper function 2019-10-31 20:12:22 -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
Renamed from library/init/lean/declaration.lean (Browse further)