Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stdlib for ADTs #1822

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Update stdlib for ADTs #1822

merged 1 commit into from
Feb 19, 2024

Commits on Feb 19, 2024

  1. Update stdlib for ADTs

    Update `std.enum` and various places of the stdlib to take into account
    that now `std.typeof foo == 'Enum` might mean an enum tag or an enum
    variant. Adds `std.enum.is_enum_tag` and `std.enum.is_enum_variant` to
    the stdlib as well.
    yannham committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3d3dbff View commit details
    Browse the repository at this point in the history