We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Only List will be imported when using this macro.
defmodule Test do defmacro import_many() do quote do [import(List), import(Enum)] end end end