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

Return more specific type from RepeatedParser, etc. #121

Open
drhagen opened this issue Nov 26, 2024 · 0 comments
Open

Return more specific type from RepeatedParser, etc. #121

drhagen opened this issue Nov 26, 2024 · 0 comments
Milestone

Comments

@drhagen
Copy link
Owner

drhagen commented Nov 26, 2024

Right now, RepeatedParser, RepeatedOnceParser, RepeatedSeperatedParser, and RepeatedSeperatedOnceParser all promise to return a Sequence[Output]. This should promise the specific type returned, in case the caller wants it. This is is currently a list[Output], but we may want to change it to a tuple[Output, ...] when SequentialParser is changed to return a tuple.

@drhagen drhagen added this to the v3 milestone Nov 26, 2024
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

No branches or pull requests

1 participant