halma/src/Game/Halma/Board/Draw.hs

Summary

Maintainability
Test Coverage

Use tuple-section
Open

      concatMap (\f -> map ((,) f) $ filter (>= f) (neighbours grid f)) fields
Severity: Minor
Found in halma/src/Game/Halma/Board/Draw.hs by hlint

Found

((,) f)

Perhaps

(f,)

Applying this change:

  • may require {-# LANGUAGE TupleSections #-} adding to the top of the file

There are no issues that match your filters.

Category
Status