Skip to content

feat: Add type alias section#181

Open
mark-koch wants to merge 1 commit into
mainfrom
mk/type-aliases
Open

feat: Add type alias section#181
mark-koch wants to merge 1 commit into
mainfrom
mk/type-aliases

Conversation

@mark-koch

Copy link
Copy Markdown

Closes #164

@mark-koch
mark-koch requested a review from CalMacCQ as a code owner July 13, 2026 14:33
def make_infinite_ints() -> InfiniteInts:
return (0, make_infinite_ints())

make_infinite_ints.check()

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

The error is very bad, see Quantinuum/guppylang#2039

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.

Document type aliases

1 participant