feat: Expose GoalState
functions #94
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#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lib/export"
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?
GoalState
functions 02556f3c79Need to expose the
conv
andconvExit
functions as well.It is a bit tricky how we can expose the
calc
tactic. This tactic relies on special data in the goal state object - it isn't a normalSyntax -> TacticM Unit
. This data is even used during its expression elaboration. On the other hand,conv
is kind of fine, but how are we going to export its tactics?conv
andcalc
tactics 8394e1b468Meta.mapMetaM
4042ec707e