Pantograph/examples_search/README.md

16 lines
317 B
Markdown
Raw Normal View History

2024-06-04 22:44:43 -07:00
# 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 from the
project root:
``` sh
poetry run examples/aesop.py
```