Scaffolding for persisting resolution of logic names #1194
Annotations
1 error and 3 warnings
hlint
HLint failed with status: 1. Suggestion (2)
|
hlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, haskell/actions/hlint-setup@v2, haskell/actions/hlint-run@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
hlint:
liquidhaskell-boot/src/Language/Haskell/Liquid/Parse.hs#L961
Suggestion in ppPspec in module Language.Haskell.Liquid.Parse: Use <$> ▫︎ Found: "fmap val $ unLocMeasureV m" ▫︎ Perhaps: "val <$> unLocMeasureV m"
|
hlint:
liquidhaskell-boot/src/Language/Haskell/Liquid/Parse.hs#L1023
Suggestion in ppPspec in module Language.Haskell.Liquid.Parse: Use <$> ▫︎ Found: "fmap val $ unLocMeasureV m" ▫︎ Perhaps: "val <$> unLocMeasureV m"
|