purescript-0.15.15: tests/purs/warning/ImplicitQualifiedImport.out
Warning 1 of 2:
in module [33mMain[0m
at tests/purs/warning/ImplicitQualifiedImport.purs:7:1 - 7:19 (line 7, column 1 - line 7, column 19)
Module [33mEffect[0m was imported as [33mE[0m with unspecified imports.
As there are multiple modules being imported as [33mE[0m, consider using the explicit form:
[33mimport Effect (Effect) as E[0m
See https://github.com/purescript/documentation/blob/master/errors/ImplicitQualifiedImport.md for more information,
or to contribute content related to this warning.
Warning 2 of 2:
in module [33mMain[0m
at tests/purs/warning/ImplicitQualifiedImport.purs:8:1 - 8:27 (line 8, column 1 - line 8, column 27)
Module [33mEffect.Console[0m was imported as [33mE[0m with unspecified imports.
As there are multiple modules being imported as [33mE[0m, consider using the explicit form:
[33mimport Effect.Console (log) as E[0m
See https://github.com/purescript/documentation/blob/master/errors/ImplicitQualifiedImport.md for more information,
or to contribute content related to this warning.