flaw-window/Flaw/Window/Sdl.hs

Summary

Maintainability
Test Coverage

Use readTVarIO
Open

        Just windowId -> fmap (HashMap.lookup windowId) $ atomically $ readTVar windowsVar
Severity: Minor
Found in flaw-window/Flaw/Window/Sdl.hs by hlint

Found

atomically $ readTVar windowsVar

Perhaps

readTVarIO windowsVar

There are no issues that match your filters.

Category
Status