Skip to content
This repository was archived by the owner on May 2, 2020. It is now read-only.
This repository was archived by the owner on May 2, 2020. It is now read-only.

Support "partial dispatch" matches #14

@timholy

Description

@timholy

Using the example at MichaelHatherly/Docile.jl#38, suppose I wanted to get help for all push! methods associated with a MyObject. It would be nice to be able to say query(push!, (MyObject,)) or @query push!(myobject), without needing to exactly match the rest of the argument types.

If this can be achieved (and I think my own fledgling efforts at something like Docile, JuliaLang/julia#1619, did something like this), then I think MichaelHatherly/Docile.jl#38 becomes much less important.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions