purescript / purescript-transformers

Monad and comonad transformers
BSD 3-Clause "New" or "Revised" License
69 stars 44 forks source link

Remove deprecated MonadZero instance (v0.15.0 PS) #135

Closed thomashoneyman closed 2 years ago

thomashoneyman commented 3 years ago

When we make the next round of breaking changes (e.g. v0.15.0 of PureScript), this is a reminder to remove all MonadZero instances. Relates to #134, which censors user-defined warnings due to the MonadZero instance. The build command should be updated to fail on any warning once we've removed the instance.