Skip to content

Commit 64352bf

Browse files
committed
Fixed strange instance
1 parent 82ae367 commit 64352bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bucketchain/Middleware.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ derive newtype instance plusHandler :: Plus Handler
3434
derive newtype instance bindHandler :: Bind Handler
3535
derive newtype instance monadHandler :: Monad Handler
3636
derive newtype instance semigroupHandler :: Semigroup a => Semigroup (Handler a)
37-
derive newtype instance monoidHandler :: Monoid a => Semigroup (Handler a)
37+
derive newtype instance monoidHandler :: Monoid a => Monoid (Handler a)
3838
derive newtype instance monadEffectHandler :: MonadEffect Handler
3939
derive newtype instance monadAffHandler :: MonadAff Handler
4040
derive newtype instance monadThrowHandler :: MonadThrow Error Handler

0 commit comments

Comments
 (0)