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

Description
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.