Skip to content

Changes in MonadMaskingState and MonadEvaluate #209

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

Merged
merged 2 commits into from
Apr 22, 2025

Conversation

coot
Copy link
Collaborator

@coot coot commented Apr 22, 2025

  • io-classes: MonadEvaluate doesn't need to depend on MonadThrow
  • io-classes: deprecated MonadMaskingState

Fixes #194

coot added 2 commits April 22, 2025 10:08
All `MonadMaskingState` methods moved to `MonadMask`, deprecated
`MonadMaskingState`.

It's methods are now available by the `MonadMask` type class.
@coot coot requested a review from bolt12 April 22, 2025 09:20
Copy link
Contributor

@bolt12 bolt12 left a comment

Choose a reason for hiding this comment

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

LGTM

@coot coot added this pull request to the merge queue Apr 22, 2025
Merged via the queue into main with commit 7cb1097 Apr 22, 2025
22 of 23 checks passed
@coot coot deleted the coot/io-classes-simplifications branch April 22, 2025 10:11
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.

io-classes: MonadMaskingState inconvenient
2 participants