Skip to content

Confusing printing of types #540

@bramtayl

Description

@bramtayl
julia> using Unitful: FreeUnits, s, 𝐓

julia> typeof(s)
FreeUnits{(s,), 𝐓, nothing}

julia> s isa FreeUnits{(s,), 𝐓, nothing}
false

I guess there's a distinction between FreeUnits and Unit, but they both print the same way.

Metadata

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