Warning 1 of 2: in module Main at tests/purs/warning/ImplicitImport.purs:6:1 - 6:14 (line 6, column 1 - line 6, column 14) Module Effect has unspecified imports, consider using the explicit form: import Effect (Effect) See https://github.com/purescript/documentation/blob/master/errors/ImplicitImport.md for more information, or to contribute content related to this warning. Warning 2 of 2: in module Main at tests/purs/warning/ImplicitImport.purs:5:1 - 5:15 (line 5, column 1 - line 5, column 15) Module Prelude has unspecified imports, consider using the explicit form: import Prelude (Unit, pure, unit) See https://github.com/purescript/documentation/blob/master/errors/ImplicitImport.md for more information, or to contribute content related to this warning.