Skip to content
Snippets Groups Projects
Verified Commit c05cc78e authored by Legy (Beini)'s avatar Legy (Beini)
Browse files

Convey the fact, that MonadBarIO implies MonadIO

parent 623e18da
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ newtype BarUpdateChannel = BarUpdateChannel (IO ())
type BarUpdateEvent = Event.Event
class (Monad m) => MonadBarIO m where
class (MonadIO m) => MonadBarIO m where
liftBarIO :: BarIO a -> m a
instance MonadBarIO BarIO where
liftBarIO = id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment