In structured proof, how to focus on a specific goal in interaction mode #144
Answered
by
darabos
subfish-zhou
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
darabos
Mar 13, 2024
Replies: 1 comment 5 replies
-
Your first example can be rewritten as:
Almost all |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, I don't mean to be dismissive of your questions. I've been looking at the same questions. I'll just share the ideas we had, in case you find them useful.
It's simplest to just solve them in order. You have to solve them all anyway. But you can skip a goal by running
· sorry
, or reorder goals withpick_goal
. For example:(
swap
is a shorthand forpick_goal 2
.)