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
According the book Appendix C.3.2 and the website the regular formula for the empty sequence (epsilon) has plain notation nil.
nil
However, it seems that this is not implemented. For now we have to use false*, which seems not very descriptive.
false*
The text was updated successfully, but these errors were encountered:
Historic pointers that might be relevant:
Sorry, something went wrong.
In the mCRL2 meeting it was discussed that we should add 'nil' to the toolset, and that it was unclear why it was previously removed.
No branches or pull requests
According the book Appendix C.3.2 and the website the regular formula for the empty sequence (epsilon) has plain notation
nil
.However, it seems that this is not implemented. For now we have to use
false*
, which seems not very descriptive.The text was updated successfully, but these errors were encountered: