Remove SN GADT in favour of inlinable functions #831
ci.yml
on: pull_request
Matrix: Nix Flake
Generate matrix from cabal
4s
Run hlint
11s
Run fourmolu
6s
Check and format all cabal files
4s
Matrix: build-cabal
Successfully build and test on all systems
0s
Annotations
1 warning
Run hlint:
rhine/src/FRP/Rhine/Reactimation/ClockErasure.hs#L50
Suggestion in eraseClockSN in module FRP.Rhine.Reactimation.ClockErasure: Redundant bracket ▫︎ Found: "SN m cl a b -> (Automaton m (Time cl, Tag cl, Maybe a) (Maybe b))" ▫︎ Perhaps: "SN m cl a b -> Automaton m (Time cl, Tag cl, Maybe a) (Maybe b)"
|