Skip to content

Get the crucial Goal Tree structure for Lean code. A static version of Paper-Proof.

License

Notifications You must be signed in to change notification settings

celainica/Lean_GoalTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lean_GoalTree

Get the crucial Goal Tree structure for Lean code. A static version of Paper-Proof.

Just put it in your project repository. Rename it to goaltree.lean. In your lakefile.toml, add:

[[lean_exe]]
name = "goaltree"
supportInterpreter = true

[[require]]
name = "metalib"
git = "https://github.com/reaslab/metalib.git"
rev = "main"

Then use

lake clean
lake exe goaltree LEAN_FILE_PATH CONSTANT_NAME OUTPUT_PATH

to run.


We use(modify) codes of Paperproof by lakesare, codes of Animate-lean-proofs by dwrensha, and codes of Jixia by kokic.

About

Get the crucial Goal Tree structure for Lean code. A static version of Paper-Proof.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages