flaw-al/Flaw/Audio/OpenAL.hs

Summary

Maintainability
Test Coverage

Use =<<
Open

    join $ mapM_ snd <$> readIORef repeatOperationsRef
Severity: Minor
Found in flaw-al/Flaw/Audio/OpenAL.hs by hlint

Found

join $ mapM_ snd <$> readIORef repeatOperationsRef

Perhaps

mapM_ snd =<< readIORef repeatOperationsRef

There are no issues that match your filters.

Category
Status