flaw-ui/Flaw/UI/Frame.hs

Summary

Maintainability
Test Coverage

Reduce duplication
Open

      size <- readTVar sizeVar
Severity: Minor
Found in flaw-ui/Flaw/UI/Frame.hs by hlint

Found

size <- readTVar sizeVar
let Vec2 sx sy = size
return $ x < sx && y < sy

Perhaps

Combine with flaw-ui/Flaw/UI/Frame.hs:228:7

There are no issues that match your filters.

Category
Status