flaw-math/Flaw/Math/Internal.hs

Summary

Maintainability
Test Coverage

Redundant $
Open

    tySynD (mkName $ mathTypePrefix ++ dimStr) [] [t| $(conT $ mkName $ "Mat" ++ dimStr) $(conT mathTypeName) |]
Severity: Minor
Found in flaw-math/Flaw/Math/Internal.hs by hlint

Found

conT $ mkName

Perhaps

conT mkName

Redundant $
Open

    tySynD (mkName $ mathTypePrefix ++ dimStr) [] [t| $(conT $ mkName $ "Vec" ++ dimStr) $(conT mathTypeName) |]
Severity: Minor
Found in flaw-math/Flaw/Math/Internal.hs by hlint

Found

conT $ mkName

Perhaps

conT mkName

There are no issues that match your filters.

Category
Status