flaw-ffi/Flaw/FFI.hs

Summary

Maintainability
Test Coverage

Redundant $
Open

    , valD (varP sizeOfName) (normalB $ [| maximum $(listE $ map fieldEnd unionFields) |]) []
Severity: Minor
Found in flaw-ffi/Flaw/FFI.hs by hlint

Found

normalB $ [| maximum $( listE $ map fieldEnd unionFields ) |]

Perhaps

normalB [| maximum $( listE $ map fieldEnd unionFields ) |]

There are no issues that match your filters.

Category
Status