Skip to content
This repository was archived by the owner on Jan 17, 2020. It is now read-only.

Commit da1a00a

Browse files
authored
Update IO.purs
1 parent 61f5732 commit da1a00a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Control/Monad/IO.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ derive newtype instance monoidIO :: (Monoid a) => Monoid (IO a)
5555
derive newtype instance functorParIO :: Functor ParIO
5656
derive newtype instance applyParIO :: Apply ParIO
5757
derive newtype instance applicativeParIO :: Applicative ParIO
58-
derive newtype instance semigroupParIO :: (Semigroup a) => Semigroup (IO a)
59-
derive newtype instance monoidParIO :: (Monoid a) => Monoid (IO a)
58+
derive newtype instance semigroupParIO :: (Semigroup a) => Semigroup (ParIO a)
59+
derive newtype instance monoidParIO :: (Monoid a) => Monoid (ParIO a)
6060

6161
instance monadAffIO :: MonadAff eff IO where
6262
liftAff = wrap <<< unsafeCoerceAff

0 commit comments

Comments
 (0)