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