purescript-0.14.2: tests/purs/warning/UnusedVarDecls.out
Warning 1 of 2:
in module [33mMain[0m
at tests/purs/warning/UnusedVarDecls.purs:13:15 - 13:24 (line 13, column 15 - line 13, column 24)
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.