ConcreteInterfaces.jl
ConcreteInterfaces.jl copied to clipboard
Usage notes
- [ ] is auto-generating outer methods a good idea?
- [ ] what about methods that don't take the interface as the first arg? e.g.
show(io::IO, x) - [ ] what about extending methods from other modules? e.g.
Base.show
- [ ] what about methods that don't take the interface as the first arg? e.g.
- [ ] need ability to refer to
thisin method bodies