Skip to content

[REFACTOR] Maybe change the implementation syntax? #7

Open
@OvermindDL1

Description

@OvermindDL1

Currently an implementation head is something like:

defimplEx Integer, i when is_integer(i), for: Blah do

Since the name is put as a sub-namespace of the main protocol anyway, probably just simplify it to:

defimplEx Blah.Integer, i when is_integer(i) do

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions