purescript-0.15.15: tests/purs/warning/UnusedExplicitImportTypeOp.out
Warning found:
in module [33mMain[0m
at tests/purs/warning/UnusedExplicitImportTypeOp.purs:6:1 - 6:30 (line 6, column 1 - line 6, column 30)
The import of module [33mLib[0m contains the following unused references:
[33m(~>)[0m
It could be replaced with:
[33mimport Lib (natId)[0m
See https://github.com/purescript/documentation/blob/master/errors/UnusedExplicitImport.md for more information,
or to contribute content related to this warning.