Skip to content

Questions: What is purposes of file_path and full_name in LeanGitRepo, and what is the pp in TacticState? #111

Answered by yangky11
irene622 asked this question in Q&A
Discussion options

You must be logged in to vote

pp is the acronym for "pretty-printed", so it's just the canonical string representation of Lean tactic state.

The id is just a unique name of TacticState. Their numbers are not important as long as different states have different IDs.

LeanGitRepo doesn't have file_path and full_name. They belong to Theorem.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yangky11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #109 on December 09, 2023 07:09.