Replace dunai by automata/state machines #568
Annotations
1 error and 11 warnings
Run HLint
HLint failed with status: 1. Warning (9), Suggestion (4)
|
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/bench/Mod.hs#L10
Warning in twoApplicative in module Mod: Redundant <$> ▫︎ Found: "(*) <$> pure 1" ▫︎ Perhaps: "pure ((*) 1)"
|
Run HLint:
rhine/src/Data/Automaton/Except.hs#L1
Warning in module Data.Automaton.Except: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE LambdaCase #-}"
|
Run HLint:
rhine/src/Data/Automaton/MSF.hs#L1
Warning in module Data.Automaton.MSF: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE DeriveFunctor #-}"
|
Run HLint:
rhine/src/Data/Automaton/MSF.hs#L7
Warning in module Data.Automaton.MSF: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE StandaloneDeriving #-}"
|
Run HLint:
rhine/src/Data/Automaton/MSF.hs#L237
Suggestion in module Data.Automaton.MSF: Redundant $ ▫︎ Found: "runReaderT $ m" ▫︎ Perhaps: "runReaderT m"
|
Run HLint:
rhine/src/Data/Automaton/MSF/Trans/Except.hs#L2
Warning in module Data.Automaton.MSF.Trans.Except: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE LambdaCase #-}"
|
Run HLint:
rhine/src/Data/Automaton/MSF/Trans/Except.hs#L269
Warning in switch in module Data.Automaton.MSF.Trans.Except: Eta reduce ▫︎ Found: "switch sf f = catchS ef f" ▫︎ Perhaps: "switch sf = catchS ef"
|
Run HLint:
rhine/src/Data/Automaton/MSF/Trans/Except.hs#L286
Warning in dSwitch in module Data.Automaton.MSF.Trans.Except: Eta reduce ▫︎ Found: "dSwitch sf f = catchS ef f" ▫︎ Perhaps: "dSwitch sf = catchS ef"
|
Run HLint:
rhine/src/Data/Automaton/MSF/Trans/Reader.hs#L48
Suggestion in runReaderS_ in module Data.Automaton.MSF.Trans.Reader: Use tuple-section ▫︎ Found: "\\ a -> (s, a)" ▫︎ Perhaps: "(s,)" ▫︎ Note: may require `{-# LANGUAGE TupleSections #-}` adding to the top of the file
|
Run HLint:
rhine/src/FRP/Rhine/Schedule.hs#L4
Warning in module FRP.Rhine.Schedule: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE LambdaCase #-}"
|
The logs for this run have expired and are no longer available.
Loading