lean4-htt/library/init/data/int
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
..
basic.lean feat(library/init/lean/options): add setOptionFromString 2019-03-22 17:26:43 -07:00
default.lean chore(library): use lowercase in imports 2019-03-21 15:06:44 -07:00