Regenerate CI #1
Annotations
1 error and 10 warnings
hlint
HLint failed with status: 1. Suggestion (14)
|
hlint:
src/Numeric/AD/Newton.hs#L248
Suggestion in iHat in module Numeric.AD.Newton: Parenthesize unary negation ▫︎ Found: "- 1 / auto t" ▫︎ Perhaps: "- (1 / auto t)"
|
hlint:
include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Dense: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
|
hlint:
include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Forward: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
|
hlint:
include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Kahn: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
|
hlint:
include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Reverse: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
|
hlint:
include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Sparse: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
|
hlint:
include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Tower: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
|
hlint:
include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Dense.Representable: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
|
hlint:
include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Forward.Double: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
|
hlint:
include/instances.h#L108
Suggestion in module Numeric.AD.Internal.Kahn.Double: Parenthesize unary negation ▫︎ Found: "- x * x / 2" ▫︎ Perhaps: "- (x * x / 2)"
|