Skip to content

Indexing of defimpl does not map over array for :for #388

Closed
@KronicDeth

Description

defimpl, in addition to having no for: keyword argument and having an alias for the keyword value, can also take a list as the value for for: as in exjsx package:

screen shot 2016-08-21 at 9 16 37 pm

screen shot 2016-08-21 at 9 17 21 pm

Actual:
The :for list is used as the literal name of the defimpl defined module

Expected:
When the :for has a list value, an index entry will be made for each of the expanded names for each element in the list.

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions