Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.
This repository was archived by the owner on May 4, 2019. It is now read-only.

broadcast with arguments of different type #174

Closed
@piever

Description

@piever

First of all, kudos for #166, I find it extremely useful.
I have one doubt: by looking at the implementation, it seems that it only works if all the arguments of the function have the same type, i.e. this works fine:

NullableArray(ones(100)) .+ NullableArray(ones(100))

whereas this throws an error:

NullableArray(ones(Int64, 100)) .+ NullableArray(ones(Float64,100))

which as far as I understand comes from this definition of lift.

Is there a way/plan to generalize lift to tuples with elements of different types, or is that unfeasible?

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