Skip to content

Conversation

@radik878
Copy link
Contributor

  • Describe what impl aliases are and how they differ from plain impls
  • Document the syntax impl Name<...> = path::to::Impl<...>;
  • Add basic, generic, and chained impl alias examples based on existing tests
  • Explain typical usage (shorter names, re-exports, partial generic specialization)
  • Call out key restrictions (RHS must be an impl/alias, cycles are rejected) and link to related sections

@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@orizi reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @radik878)

@orizi orizi enabled auto-merge December 10, 2025 16:14
@orizi orizi added this pull request to the merge queue Dec 10, 2025
Merged via the queue into starkware-libs:main with commit 21a9f5b Dec 10, 2025
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants