Skip to content

Scalar(1, 2) === Scalar((1, 2))? #809

@tkf

Description

@tkf

Currently,

julia> Scalar(1, 2) === Scalar((1, 2))
true

But I guess disallowing Scalar(1, 2) is sensible? It's a subset of #518 but I think just throwing a method error or augment error here is an easy fix.

ref #774

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions