Skip to content

Commit 8e50908

Browse files
authored
SDL.Event.pollEvents: remove redundant constraint (#211)
1 parent 9e2f75e commit 8e50908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDL/Event.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ pollEvent =
764764
--
765765
-- Like 'pollEvent' this function should only be called in the OS thread which
766766
-- set the video mode.
767-
pollEvents :: (Functor m, MonadIO m) => m [Event]
767+
pollEvents :: MonadIO m => m [Event]
768768
pollEvents =
769769
do e <- pollEvent
770770
case e of

0 commit comments

Comments
 (0)