handle reflection #24
Annotations
1 error and 2 warnings
Run HLint
HLint failed with status: 1. Suggestion (1)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run HLint:
src/Normalize.hs#L322
Suggestion in module Normalize: Parenthesize unary negation ▫︎ Found: "- 2 * getExactPos y * cos d" ▫︎ Perhaps: "- (2 * getExactPos y * cos d)"
|
Loading