feat: Add support for the have
, conv
, and calc
tactics #59
No reviewers
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 project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: aniva/Pantograph#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "goal/have-conv-calc"
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?
Addresses #57
Features:
have
,conv
,calc
; Due to the nature ofconv
andcalc
, the user may be interested in the state of the proof in between successiveconv
/calc
commands.try{...}
. No more ambiguousexecute
.focus
command which helps with limiting scope for theconv
tacticFixes:
GoalState.tryHave
tactic (tests failing) ace2ddf478have
tactic 951c2cec19have
tactic aa8da3014econv
9d7c9598f5tactic interface for
conv 73bdcb6be6calcPrevRhs?
in non-calc tactics 663651b10ecalc
327b402cdfhave
,conv
,calc
, tactics. #57README.md
#62