We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the sax mode documentation,
Option = {continuation_function, CState, CFunction} | ...
there is no documentation about the CState. Can it be anything?
CState
Also, in the documentation of CFunction,
CFunction
CFunction should be a function that takes 2 arguments: Tail and State.
Is the State the same thing as CState?
State
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
In the sax mode documentation,
there is no documentation about the
CState
. Can it be anything?Also, in the documentation of
CFunction
,Is the
State
the same thing asCState
?The text was updated successfully, but these errors were encountered: