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 4d9e5dd commit 3dd9835Copy full SHA for 3dd9835
src/Control/Monad/Error/Class.purs
@@ -59,8 +59,8 @@ instance monadErrorMaybe :: MonadError Unit Maybe where
59
-- | release action is called regardless of whether the body action throws or
60
-- | returns.
61
withResource
62
- :: ∀ e m r a
63
- . (MonadError e m)
+ :: forall e m r a
+ . MonadError e m
64
=> m r
65
-> (r -> m Unit)
66
-> (r -> m a)
0 commit comments