feat: Give every node created with anext
a label
#25
Annotations
4 warnings
Run HLint:
brat/Brat/Checker.hs#L727
Suggestion in checkBody in module Brat.Checker: Redundant $ ▫︎ Found: "pure $ (WC fc (Lambda c cs), (bimap fcOf fcOf c))" ▫︎ Perhaps: "pure (WC fc (Lambda c cs), (bimap fcOf fcOf c))"
|
Run HLint:
brat/Brat/Checker.hs#L727
Suggestion in checkBody in module Brat.Checker: Redundant bracket ▫︎ Found: "(WC fc (Lambda c cs), (bimap fcOf fcOf c))" ▫︎ Perhaps: "(WC fc (Lambda c cs), bimap fcOf fcOf c)"
|
Run HLint:
brat/Brat/Checker/Helpers.hs#L253
Suggestion in getThunks in module Brat.Checker.Helpers: Redundant bracket ▫︎ Found: "(src, (ss :->> ts))" ▫︎ Perhaps: "(src, ss :->> ts)"
|
Run HLint:
brat/Brat/Checker/Helpers.hs#L260
Suggestion in getThunks in module Brat.Checker.Helpers: Redundant bracket ▫︎ Found: "(src, (ss :->> ts))" ▫︎ Perhaps: "(src, ss :->> ts)"
|
Loading