Make SN an Arrow #522
Annotations
1 error and 4 warnings
Run HLint
HLint failed with status: 1. Warning (2), Suggestion (1)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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:
rhine/src/FRP/Rhine/SN/Free.hs#L2
Warning in module FRP.Rhine.SN.Free: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE DeriveFoldable #-}" ▫︎ Note: Extension DeriveFoldable is implied by DeriveTraversable
|
Run HLint:
rhine/src/FRP/Rhine/SN/Free.hs#L3
Warning in module FRP.Rhine.SN.Free: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE DeriveFunctor #-}" ▫︎ Note: Extension DeriveFunctor is implied by DeriveTraversable
|
Run HLint:
rhine-bayes/app/Main.hs#L420
Suggestion in mainRhineMultiRate in module Main: Redundant bracket ▫︎ Found: "glossClockUTC GlossEventClockIO\n .:. (liftClock waitClock :: ModelClock)\n .:. (liftClock Busy :: InferenceClock)\n .:. (glossClockUTC GlossSimClockIO)" ▫︎ Perhaps: "glossClockUTC GlossEventClockIO\n .:. (liftClock waitClock :: ModelClock)\n .:. (liftClock Busy :: InferenceClock)\n .:. glossClockUTC GlossSimClockIO"
|
The logs for this run have expired and are no longer available.
Loading