feat: Expose GoalState functions #94

Merged
aniva merged 5 commits from lib/export into dev 2024-09-08 12:10:47 -07:00
Owner
No description provided.
Author
Owner

Need to expose the conv and convExit functions as well.

Need to expose the `conv` and `convExit` functions as well.
Author
Owner

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 normal Syntax -> 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?

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 normal `Syntax -> 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?
aniva deleted branch lib/export 2024-09-08 12:10:47 -07:00
aniva added this to the v0.2.19 milestone 2024-10-05 22:42:02 -07:00
Sign in to join this conversation.
No description provided.