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

Consider replacing custom streams by seq #40

Closed
aantron opened this issue Sep 17, 2018 · 1 comment
Closed

Consider replacing custom streams by seq #40

aantron opened this issue Sep 17, 2018 · 1 comment
Labels

Comments

@aantron
Copy link
Owner

aantron commented Sep 17, 2018

From #39 (comment). cc @Drup

@aantron
Copy link
Owner Author

aantron commented Aug 17, 2019

Markup.ml streams are fundamentally different from Seq, because, in the general case, attempting to evaluate a Markup.ml stream calls a continuation later: https://aantron.github.io/markup.ml/Markup.ASYNCHRONOUS.html#2_Streammanipulation

Only in the special case of synchronous parsing does the Markup.ml stream degenerate to something close to Seq: https://aantron.github.io/markup.ml/#2_Streamoperations

@aantron aantron closed this as completed Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant