Skip to content

Unable to extend an imported function in a separate cell #846

@dpsanders

Description

@dpsanders

Doing

import Base: +

struct MyType end

and then

+(x::MyType, y::MyType) = "hello"

in a different cell fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    expression explorerFiguring out assignments and references in a cellreactivityThe Pluto programming paradigm

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions