15 lines
282 B
Markdown
15 lines
282 B
Markdown
|
# Usage Example
|
||
|
|
||
|
This example showcases how to bind library dependencies and execute the `Aesop`
|
||
|
tactic in Lean. First build the example project:
|
||
|
``` sh
|
||
|
pushd Example
|
||
|
lake build
|
||
|
popd
|
||
|
```
|
||
|
This would generate compiled `.olean` files. Then run the example
|
||
|
``` sh
|
||
|
python3 aesop.py
|
||
|
```
|
||
|
|