module Refactor.OrganizeImports.NarrowQual where import Data.List import Data.List as L test = intersperse 0 $ L.map (+1) [1..10]