Skip to content

Add _Lambda special form.#75

Closed
dnwpark wants to merge 2 commits intomainfrom
lambda
Closed

Add _Lambda special form.#75
dnwpark wants to merge 2 commits intomainfrom
lambda

Conversation

@dnwpark
Copy link
Contributor

@dnwpark dnwpark commented Feb 3, 2026

type NoParam = _Lambda[lambda: int]
type WithParam = _Lambda[lambda T: list[T]]
type Nested = _Lambda[lambda T: _Lambda[lambda U: dict[T, U]]]

@dnwpark dnwpark requested a review from msullivan February 3, 2026 22:18
@vercel
Copy link

vercel bot commented Feb 3, 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 3, 2026 10:18pm

@dnwpark dnwpark closed this Feb 5, 2026
@dnwpark dnwpark deleted the lambda branch February 6, 2026 17:58
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.

1 participant