Closed
Description
Should Traitor-like syntax sugar be added? Looks like:
@traitfn function howbig(x::Any::Big)
"Huge!"
end
from the readme of https://github.com/andyferris/Traitor.jl. Would be equivalent to:
@traitfn function howbig{X; Big{X}}(x::X)
"Huge!"
end
Metadata
Metadata
Assignees
Labels
No labels