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

Ambiguous documentation about CState and State in CFunction #61

Open
Aetherus opened this issue Mar 27, 2017 · 1 comment
Open

Ambiguous documentation about CState and State in CFunction #61

Aetherus opened this issue Mar 27, 2017 · 1 comment

Comments

@Aetherus
Copy link

In the sax mode documentation,

Option = {continuation_function, CState, CFunction} | ...

there is no documentation about the CState. Can it be anything?

Also, in the documentation of CFunction,

CFunction should be a function that takes 2 arguments: Tail and State.

Is the State the same thing as CState?

@odix67
Copy link

odix67 commented Aug 19, 2020

you may take a look in the continuation example source, nevertheless, the continuation option should set to

Option = {continuation_function, CFunction, CState} | ...

simple documentation bug

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

2 participants