Skip to content

Remove deprecated MonadZero #146

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

Closed
wants to merge 1 commit into from
Closed

Remove deprecated MonadZero #146

wants to merge 1 commit into from

Conversation

jamesdbrock
Copy link
Member

Remove MonadZero

Resolves #145

See purescript/purescript-control#62


Checklist:

  • Added the change to the changelog's "Unreleased" section with a link to this PR and your username
  • Linked any existing issues or proposals that this pull request should close
  • Updated or added relevant documentation in the README and/or documentation directory
  • Added a test for the contribution (if applicable)

@jamesdbrock
Copy link
Member Author

It's actually not obvious to me why we should wait for purescript v0.15 before removing MonadZero from this non-core package, see #145 . But here's the PR so we can do this any time.

@thomashoneyman
Copy link
Contributor

We should wait for a breaking release of this library, but I agree and don't see a reason to wait for PureScript 0.15. We followed the core libraries by deprecating rather than removing, but this isn't a core library and there's no hard requirement to keep it in all the way until PureScript 0.15.

@thomashoneyman thomashoneyman added the type: breaking change A change that requires a major version bump. label Jan 26, 2022
@JordanMartinez
Copy link
Contributor

Closed by #160

@thomashoneyman thomashoneyman deleted the monadzero-deprecate branch March 24, 2022 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: breaking change A change that requires a major version bump.
Development

Successfully merging this pull request may close these issues.

Remove MonadZero when v0.15.0 comes out
3 participants