Skip to content
This repository was archived by the owner on Sep 11, 2026. It is now read-only.
This repository was archived by the owner on Sep 11, 2026. It is now read-only.

derive / auto-implement #182

Description

@ramonasuncion

The derive annotation would auto-generate boilerplate overloads (equality, hashing, printing) for records and variants.

Proposed syntax:

[[derive(Eq, Hash, Print)]]
record Point(x: Float64; y: Float64);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions