Skip to content

orm'd

orm'd #69

Triggered via push July 31, 2024 07:40
Status Success
Total duration 4m 45s
Artifacts

haskell-ci.yml

on: push
Matrix: build

Annotations

3 warnings
hlint: src/NumHask/Array/Dynamic.hs#L647
Suggestion in cycle in module NumHask.Array.Dynamic: Redundant bracket ▫︎ Found: "(`mod` (size a))" ▫︎ Perhaps: "(`mod` size a)"
hlint: 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)"
GHC 9.6 on ubuntu-latest: src/NumHask/Array/Dynamic.hs#L8
unrecognised warning flag: -Wno-x-partial