flaw-ui/Flaw/UI/Button.hs

Summary

Maintainability
Test Coverage

Reduce duplication
Open

          pressed <- readTVar pressedVar
Severity: Minor
Found in flaw-ui/Flaw/UI/Button.hs by hlint

Found

pressed <- readTVar pressedVar
when pressed $
  do click
     writeTVar pressedVar False
return True

Perhaps

Combine with flaw-ui/Flaw/UI/Button.hs:160:9

There are no issues that match your filters.

Category
Status