Add Symbolic ADTs! #53
Annotations
1 error and 3 warnings
Run HLint
HLint failed with status: 1. Warning (1), Suggestion (1)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, haskell/actions/hlint-setup@v2, haskell/actions/hlint-run@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run HLint:
src/Environment/Environment.hs#L88
Suggestion in programEnvironment in module Environment.Environment: Redundant bracket ▫︎ Found: "cs !! (fromInteger i)" ▫︎ Perhaps: "cs !! fromInteger i"
|
Run HLint:
src/Validation/Formula.hs#L168
Warning in instantiate in module Validation.Formula: Use map ▫︎ Found: "zipWith (++) (repeat (ident ++ \"-field\"))" ▫︎ Perhaps: "map ((++) (ident ++ \"-field\"))"
|
Loading