This commit is contained in:
Ranjeet Kumar Ranjan 2022-10-04 14:32:04 +05:30
parent 81ea967637
commit d9812043bb
2 changed files with 2 additions and 2 deletions

View File

@ -167,9 +167,9 @@ fromChannelRaw sv = K.MkStream $ \st yld sng stp -> do
inspect $ hasNoTypeClassesExcept 'fromChannelRaw
[ ''Monad
, ''Applicative
, ''MonadThrow
, ''Exception
, ''MonadIO
, ''MonadThrow
#if __GLASGOW_HASKELL__ < 810
, ''MonadBaseControl
#endif

View File

@ -170,9 +170,9 @@ fromStreamVar sv = K.MkStream $ \st yld sng stp -> do
inspect $ hasNoTypeClassesExcept 'fromStreamVar
[ ''Monad
, ''Applicative
, ''MonadThrow
, ''Exception
, ''MonadIO
, ''MonadThrow
, ''MonadBaseControl
, ''Typeable
, ''Functor