Pantograph/examples
Brando Miranda 5df50a2c60
Update readme.md
2024-09-24 19:03:04 -07:00
..
Example feat: Extraction of tactic invocations 2024-05-28 20:36:04 -07:00
lean4_dsp Update readme.md 2024-09-24 19:03:04 -07:00
README.md doc: Running example from project root 2024-05-17 20:56:01 -07:00
aesop.py example: Calling aesop 2024-05-17 20:53:34 -07:00
compile-tactics.py feat: Extraction of tactic invocations 2024-05-28 20:36:04 -07:00

README.md

Usage Example

This example showcases how to bind library dependencies and execute the Aesop tactic in Lean. First build the example project:

pushd Example
lake build
popd

This would generate compiled .olean files. Then run the example from the project root:

poetry run examples/aesop.py