Add hlint warning #10
Annotations
1 error and 2 warnings
Run HLint
HLint failed with status: 1. Warning (1)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run HLint:
lang/app/Main.hs#L10
Warning in f in module Main: Use concatMap ▫︎ Found: "concat $ map (+ 1) [1, 2, 3]" ▫︎ Perhaps: "concatMap (+ 1) [1, 2, 3]"
|
Loading