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

Enable running a cursor monad without Serialise constraints. #3

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

jorisdral
Copy link

We abstract over peek/poke functions to enable running a cursor monad without Serialise constraints. It is a close-to-minimal abstraction that enables use cases where Serialise constraints are too strict.

@jorisdral jorisdral added the enhancement New feature or request label Nov 15, 2022
@jorisdral jorisdral self-assigned this Nov 15, 2022
@jorisdral jorisdral force-pushed the jdral/cursor-without-serialise branch from 8875282 to 577ada9 Compare November 22, 2022 13:53
@jorisdral jorisdral marked this pull request as ready for review November 22, 2022 13:53
We abstract over peek/poke functions to enable running a cursor monad
without `Serialise` constraints. It is a close-to-minimal abstraction
that enables use cases where `Serialise` constraints are too strict.
Copy link
Collaborator

@jasagredo jasagredo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@jorisdral jorisdral merged commit 26b29e7 into master Nov 23, 2022
@jorisdral jorisdral deleted the jdral/cursor-without-serialise branch February 17, 2023 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants