purescript-0.14.1: tests/purs/warning/UnusedVar.out
Warning 1 of 5:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:12:19 - 12:37 (line 12, column 19 - line 12, column 37)
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 5:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:16:3 - 17:4 (line 16, column 3 - line 17, column 4)
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 5:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:21:3 - 21:4 (line 21, column 3 - line 21, column 4)
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 5:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:26:7 - 26:27 (line 26, column 7 - line 26, column 27)
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 5:
in module [33mMain[0m
at tests/purs/warning/UnusedVar.purs:39:3 - 40:20 (line 39, column 3 - line 40, column 20)
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.