Warning found: in module Main at tests/purs/warning/UnusedExplicitImport.purs:4:1 - 4:40 (line 4, column 1 - line 4, column 40) The import of module Prelude contains the following unused references: bind It could be replaced with: import Prelude (Unit, pure, unit) See https://github.com/purescript/documentation/blob/master/errors/UnusedExplicitImport.md for more information, or to contribute content related to this warning.