packages feed

purescript-0.14.1: tests/purs/warning/UnusedVarDecls.out

Warning 1 of 2:

  in module [33mMain[0m
  at tests/purs/warning/UnusedVarDecls.purs:13:1 - 13:28 (line 13, column 1 - line 13, column 28)

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

  in value declaration [33munusedArgDecl[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 2:

  in module [33mMain[0m
  at tests/purs/warning/UnusedVarDecls.purs:16:1 - 17:4 (line 16, column 1 - line 17, column 4)

    Declaration [33munusedDecl[0m was not used, and is not exported.


  See https://github.com/purescript/documentation/blob/master/errors/UnusedDeclaration.md for more information,
  or to contribute content related to this warning.