purescript-0.14.2: tests/purs/warning/UnusedVar.out
Warning 1 of 8:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:15:20 - 15:32 (line 15, column 20 - line 15, column 32)
Name [33mlambdaUnused[0m was introduced but not used.
in value declaration [33munusedInLambda[0m
See https://github.com/purescript/documentation/blob/master/errors/UnusedName.md for more information,
or to contribute content related to this warning.
Warning 2 of 8:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:19:7 - 19:20 (line 19, column 7 - line 19, column 20)
Name [33mletUnused[0m was introduced but not used.
in value declaration [33munusedLetName[0m
See https://github.com/purescript/documentation/blob/master/errors/UnusedName.md for more information,
or to contribute content related to this warning.
Warning 3 of 8:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:25:9 - 25:24 (line 25, column 9 - line 25, column 24)
Name [33mwhereUnused[0m was introduced but not used.
in value declaration [33munusedWhereIsLet[0m
See https://github.com/purescript/documentation/blob/master/errors/UnusedName.md for more information,
or to contribute content related to this warning.
Warning 4 of 8:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:29:11 - 29:23 (line 29, column 11 - line 29, column 23)
Name [33mletArgUnused[0m was introduced but not used.
in value declaration [33munusedLetArgument[0m
See https://github.com/purescript/documentation/blob/master/errors/UnusedName.md for more information,
or to contribute content related to this warning.
Warning 5 of 8:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:43:5 - 43:15 (line 43, column 5 - line 43, column 15)
Name [33mcaseUnused[0m was introduced but not used.
in value declaration [33munusedCaseBinder[0m
See https://github.com/purescript/documentation/blob/master/errors/UnusedName.md for more information,
or to contribute content related to this warning.
Warning 6 of 8:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:61:34 - 61:35 (line 61, column 34 - line 61, column 35)
Name [33mx[0m was introduced but not used.
in value declaration [33munusedShadowedByRecursiveBinding[0m
See https://github.com/purescript/documentation/blob/master/errors/UnusedName.md for more information,
or to contribute content related to this warning.
Warning 7 of 8:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:68:8 - 68:9 (line 68, column 8 - line 68, column 9)
Name [33mx[0m was introduced but not used.
in value declaration [33munusedShadowingLet[0m
See https://github.com/purescript/documentation/blob/master/errors/UnusedName.md for more information,
or to contribute content related to this warning.
Warning 8 of 8:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:62:7 - 62:16 (line 62, column 7 - line 62, column 16)
Name [33mx[0m was shadowed.
in value declaration [33munusedShadowedByRecursiveBinding[0m
See https://github.com/purescript/documentation/blob/master/errors/ShadowedName.md for more information,
or to contribute content related to this warning.