Skip to content

printing of non-exported names differs for types and functions #56790

Open
@aplavin

Description

# 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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions