Skip to content

Add a minimal ast-like example.#71

Merged
dnwpark merged 2 commits intomainfrom
ast-1
Feb 3, 2026
Merged

Add a minimal ast-like example.#71
dnwpark merged 2 commits intomainfrom
ast-1

Conversation

@dnwpark
Copy link
Contributor

@dnwpark dnwpark commented Jan 30, 2026

No description provided.

@dnwpark dnwpark requested a review from msullivan January 30, 2026 23:40
@vercel
Copy link

vercel bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
python-typemap Ready Ready Preview, Comment Feb 2, 2026 8:18pm


def eval[T, Vs: tuple[VarArg, ...], K: BaseTypedDict](
self: Node[T, Vs], **kwargs: typing.Unpack[K]
) -> T if Bool[AllVarsPresent[Vs, K]] else typing.Never: ...
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nevers could be the newly added RaiseError

@dnwpark dnwpark merged commit ff33a3c into main Feb 3, 2026
5 of 6 checks passed
@dnwpark dnwpark deleted the ast-1 branch February 3, 2026 02:00
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