Skip to content

Commit 3dd9835

Browse files
Code style
1 parent 4d9e5dd commit 3dd9835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Control/Monad/Error/Class.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ instance monadErrorMaybe :: MonadError Unit Maybe where
5959
-- | release action is called regardless of whether the body action throws or
6060
-- | returns.
6161
withResource
62-
:: e m r a
63-
. (MonadError e m)
62+
:: forall e m r a
63+
. MonadError e m
6464
=> m r
6565
-> (r -> m Unit)
6666
-> (r -> m a)

0 commit comments

Comments
 (0)