suffixIndexes refactor #66
haskell-ci.yml
on: push
Annotations
1 error and 2 warnings
ormolu
Ormolu detected unformatted files
|
hlint:
src/NumHask/Array/Shape.hs#L334
Suggestion in rotateIndex in module NumHask.Array.Shape: Redundant section ▫︎ Found: "((x + r) `mod`) (s List.!! d)" ▫︎ Perhaps: "(x + r) `mod` (s List.!! d)"
|
GHC 9.6 on ubuntu-latest:
src/NumHask/Array/Dynamic.hs#L8
unrecognised warning flag: -Wno-x-partial
|