Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: custom printers for unhandled effects #19

Merged
merged 6 commits into from
Sep 20, 2023
Merged

Conversation

mmcqd
Copy link
Collaborator

@mmcqd mmcqd commented Sep 20, 2023

This PR adds functions allowing users to register custom effect printers to the Reader, State, Sequencer and UniqueID effect modules.

@mmcqd mmcqd requested a review from favonia September 20, 2023 00:57
src/Reader.mli Outdated Show resolved Hide resolved
src/Sequencer.mli Outdated Show resolved Hide resolved
src/State.mli Outdated Show resolved Hide resolved
@favonia favonia changed the title feat: Custom effect printers feat: custom effect printers Sep 20, 2023
@favonia favonia changed the title feat: custom effect printers feat: custom printers for unhandled effects Sep 20, 2023
@favonia favonia linked an issue Sep 20, 2023 that may be closed by this pull request
src/UniqueID.ml Outdated Show resolved Hide resolved
@favonia favonia merged commit 2a13145 into main Sep 20, 2023
1 check passed
@favonia favonia deleted the effect-printers branch September 20, 2023 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Register printers for unhandled exceptions
2 participants