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

Commit

Permalink
Update IO.purs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegoes authored Sep 29, 2017
1 parent 61f5732 commit da1a00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Control/Monad/IO.purs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ derive newtype instance monoidIO :: (Monoid a) => Monoid (IO a)
derive newtype instance functorParIO :: Functor ParIO
derive newtype instance applyParIO :: Apply ParIO
derive newtype instance applicativeParIO :: Applicative ParIO
derive newtype instance semigroupParIO :: (Semigroup a) => Semigroup (IO a)
derive newtype instance monoidParIO :: (Monoid a) => Monoid (IO a)
derive newtype instance semigroupParIO :: (Semigroup a) => Semigroup (ParIO a)
derive newtype instance monoidParIO :: (Monoid a) => Monoid (ParIO a)

instance monadAffIO :: MonadAff eff IO where
liftAff = wrap <<< unsafeCoerceAff
Expand Down

0 comments on commit da1a00a

Please sign in to comment.