We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40cfe9 commit eefe1d0Copy full SHA for eefe1d0
src/Control/MonadZero.purs
@@ -41,4 +41,4 @@ import Prim.TypeError (class Warn, Text)
41
-- | - Annihilation: `empty >>= f = empty`
42
class (Monad m, Alternative m, Warn (Text "'MonadZero' is deprecated, use 'Monad' and 'Alternative' constraints instead")) <= MonadZero m
43
44
-instance monadZeroArray :: Warn (Text "`Array`'s 'MonadZero' is deprecated, use 'Monad' and 'Alternative' constraints instead")) => MonadZero Array
+instance monadZeroArray :: MonadZero Array
0 commit comments