New read
command to act as partial inverse to format
#883
Annotations
1 error and 3 warnings
Run HLint
HLint failed with status: 1. Suggestion (2)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run HLint:
test/unit/TestEval.hs#L355
Suggestion in testEval in module TestEval: Redundant bracket ▫︎ Found: "\"read \\\"[]\\\" : []\" `evaluatesTo` (VRcd M.empty)" ▫︎ Perhaps: "\"read \\\"[]\\\" : []\" `evaluatesTo` VRcd M.empty"
|
Run HLint:
test/unit/TestEval.hs#L359
Suggestion in testEval in module TestEval: Redundant bracket ▫︎ Found: "\"read \\\"[x = 2]\\\" : [x : Int]\"\n `evaluatesTo` (VRcd (M.singleton \"x\" (VInt 2)))" ▫︎ Perhaps: "\"read \\\"[x = 2]\\\" : [x : Int]\"\n `evaluatesTo` VRcd (M.singleton \"x\" (VInt 2))"
|
Loading