Skip to content

update message to say that BigInts are supported in @unboxed variants #7964

@tx46

Description

@tx46

right now:

@unboxed type t = A(int) | B(int) 

gives

This untagged variant definition is invalid: At most one case can be a number type (int or float). 

but should probably say:

This untagged variant definition is invalid: At most one case can be a number type (int, float or bigint). 

as support was added recently

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