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.
aniva added 1 commit 2024-09-06 18:06:40 -07:00
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 added 1 commit 2024-09-07 13:48:16 -07:00
aniva added 1 commit 2024-09-07 13:55:23 -07:00
aniva added the
category
feature
part/FFI
labels 2024-09-07 14:05:21 -07:00
aniva added 1 commit 2024-09-08 11:54:07 -07:00
aniva added 1 commit 2024-09-08 12:01:17 -07:00
aniva merged commit e36954a589 into dev 2024-09-08 12:10:47 -07:00
aniva deleted branch lib/export 2024-09-08 12:10:47 -07:00
Sign in to join this conversation.
No description provided.