module Refactor.OrganizeImports.Narrow where import Data.List (map) test = map (+1) [1..10]