lean4-htt/tests
Leonardo de Moura 412d0ea578 feat(library/init/lean/options): add setOptionFromString
We can use this primitive to process command line arguments of the form
`-D <key> = <value>`

TODO: allow users to attach `[init]` to definitions of the form
```
@[init] def foo : IO Unit := ...
```
and avoid the awkward auxiliary constant.
2019-03-22 17:26:43 -07:00
..
compiler chore(library/init): Empty => empty when it is a function 2019-03-21 17:03:15 -07:00
ir chore(tests): port tests, fix at least compiler tests 2019-03-21 15:11:05 -07:00
lean chore(library/init/data/array): naming convention 2019-03-21 18:03:29 -07:00
playground feat(library/init/lean/options): add setOptionFromString 2019-03-22 17:26:43 -07:00