Open
Description
opened on Dec 10, 2024
# functions are printed with just their name:
julia> string(Base.tail)
"tail"
# while types are fully qualified:
julia> string(Base.Fix2)
"Base.Fix2"
Can we make types also only show their name?
Metadata
Assignees
Labels
No labels
Activity