packages feed

purescript-0.15.15: tests/purs/warning/UnusedVar.out

Warning 1 of 9:

  in module [33mMain[0m
  at tests/purs/warning/UnusedVar.purs:16:20 - 16:32 (line 16, column 20 - line 16, 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 9:

  in module [33mMain[0m
  at tests/purs/warning/UnusedVar.purs:20:7 - 20:20 (line 20, column 7 - line 20, 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 9:

  in module [33mMain[0m
  at tests/purs/warning/UnusedVar.purs:26:9 - 26:24 (line 26, column 9 - line 26, 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 9:

  in module [33mMain[0m
  at tests/purs/warning/UnusedVar.purs:30:11 - 30:23 (line 30, column 11 - line 30, 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 9:

  in module [33mMain[0m
  at tests/purs/warning/UnusedVar.purs:44:5 - 44:15 (line 44, column 5 - line 44, 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 9:

  in module [33mMain[0m
  at tests/purs/warning/UnusedVar.purs:62:34 - 62:35 (line 62, column 34 - line 62, 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 9:

  in module [33mMain[0m
  at tests/purs/warning/UnusedVar.purs:69:8 - 69:9 (line 69, column 8 - line 69, 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 9:

  in module [33mMain[0m
  at tests/purs/warning/UnusedVar.purs:87:7 - 87:8 (line 87, column 7 - line 87, column 8)

    Name [33mx[0m was introduced but not used.

  in value declaration [33mnotOops[0m

  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 [33mMain[0m
  at tests/purs/warning/UnusedVar.purs:63:7 - 63:16 (line 63, column 7 - line 63, 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.