Warning 1 of 9: in module Main at tests/purs/warning/UnusedVar.purs:16:20 - 16:32 (line 16, column 20 - line 16, column 32) Name lambdaUnused was introduced but not used. in value declaration unusedInLambda 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 9: in module Main at tests/purs/warning/UnusedVar.purs:20:7 - 20:20 (line 20, column 7 - line 20, column 20) Name letUnused was introduced but not used. in value declaration unusedLetName 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 9: in module Main at tests/purs/warning/UnusedVar.purs:26:9 - 26:24 (line 26, column 9 - line 26, column 24) Name whereUnused was introduced but not used. in value declaration unusedWhereIsLet 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 9: in module Main at tests/purs/warning/UnusedVar.purs:30:11 - 30:23 (line 30, column 11 - line 30, column 23) Name letArgUnused was introduced but not used. in value declaration unusedLetArgument 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 9: in module Main at tests/purs/warning/UnusedVar.purs:44:5 - 44:15 (line 44, column 5 - line 44, column 15) Name caseUnused was introduced but not used. in value declaration unusedCaseBinder 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 9: in module Main at tests/purs/warning/UnusedVar.purs:62:34 - 62:35 (line 62, column 34 - line 62, column 35) Name x was introduced but not used. in value declaration unusedShadowedByRecursiveBinding 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 9: in module Main at tests/purs/warning/UnusedVar.purs:69:8 - 69:9 (line 69, column 8 - line 69, column 9) Name x was introduced but not used. in value declaration unusedShadowingLet 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 9: in module Main at tests/purs/warning/UnusedVar.purs:87:7 - 87:8 (line 87, column 7 - line 87, column 8) Name x was introduced but not used. in value declaration notOops See https://github.com/purescript/documentation/blob/master/errors/UnusedName.md for more information, or to contribute content related to this warning. Warning 9 of 9: in module Main at tests/purs/warning/UnusedVar.purs:63:7 - 63:16 (line 63, column 7 - line 63, column 16) Name x was shadowed. in value declaration unusedShadowedByRecursiveBinding See https://github.com/purescript/documentation/blob/master/errors/ShadowedName.md for more information, or to contribute content related to this warning.