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

Move Type, TypeBound, PrimType to better locations #403

Merged
merged 4 commits into from
Aug 11, 2023

Conversation

ss2165
Copy link
Member

@ss2165 ss2165 commented Aug 11, 2023

namely Type, TypeBound -> types.rs
PrimType -> primitive.rs

also add docstrings

@ss2165 ss2165 requested a review from aborgna-q August 11, 2023 15:58
@ss2165 ss2165 merged commit 7366c2f into refactor/types-redux Aug 11, 2023
@ss2165 ss2165 deleted the redux/propagate branch August 11, 2023 16:11
)]
#[display(fmt = "{}", "_0")]
#[serde(into = "serialize::SerSimpleType", from = "serialize::SerSimpleType")]
/// A HUGR type.
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is a key thing in the public API, so it will need a more extensive explanation in the future.

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.

2 participants