Unshielded Tactic Execution #188
Labels
No Label
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 Participants
Notifications
Due Date
No due date set.
Depends on
#219 feat(goal): Add unshielded tactic execution mode
aniva/Pantograph
Reference: aniva/Pantograph#188
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
It would be a good idea to allow people to run
simp_all
and other tactics that act on multiple goals at once. Eventually SMT will require such a feature.Unshielded Tacticto Unshielded Tactic ExecutionThe goal for this is a rudimentary form of articulation. If the user executes a series of tactics at goal location 0, then they can string the tactics together to form a proof. It's not a perfect system.
Solved #219