map -is:module is:exact

Apply a function over each element in the non-empty list.
`map f xs` applies the function `f` to all elements of the list `xs` and returns the list of results (in the same order as `xs`).