Tactic sequence partition function #273
Labels
No labels
category
bug
category
chore
category
doc
category
feature
category
optimization
category
organization
part/Delation
part/Elab
part/Environment
part/FFI
part/Frontend
part/Goal
part/REPL
part/Serial
priority
high
priority
irrelevant
priority
low
priority
medium
priority
pending-measurement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#213 🖇️ Articulation and Syntax Processing
aniva/Pantograph
Reference: aniva/Pantograph#273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need a function that can take a tactic sequence and partition it into individual tactics.
This is related to Project No. 3
e.g.
Input:
would become
For nested tactics such as branches in
cases
, we don't need to handle them.