dynamic shape back to [Int] #68
Annotations
2 warnings
src/NumHask/Array/Dynamic.hs#L628
Suggestion in cycle in module NumHask.Array.Dynamic: Redundant bracket ▫︎ Found: "(`mod` (size a))" ▫︎ Perhaps: "(`mod` size a)"
|
src/NumHask/Array/Shape.hs#L330
Suggestion in rotateIndex in module NumHask.Array.Shape: Redundant section ▫︎ Found: "((x + r) `mod`) (s List.!! d)" ▫︎ Perhaps: "(x + r) `mod` (s List.!! d)"
|
The logs for this run have expired and are no longer available.
Loading