Skip to content

Add ValueOf instance for non-empty tuples #16531

Open
@mperucca

Description

@mperucca

I'm not sure where this should go, but it would be nice to have a ValueOf instance for non-empty tuples, perhaps defined like

given nonEmptyTupleValueOf[H: ValueOf, T <: Tuple: ValueOf]: ValueOf[H *: T] = ValueOf(valueOf[H] *: valueOf[T])

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