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

Pretty printing is confusing. #1735

Open
jgroote opened this issue Jan 20, 2024 · 0 comments
Open

Pretty printing is confusing. #1735

jgroote opened this issue Jan 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jgroote
Copy link
Member

jgroote commented Jan 20, 2024

Pretty printing of a term (1-p)q of type Real yields 1-pq.
This is undesired.

Concretely, the input in an mcrl2 file

 probability(fine |> l)=(1-p)*probabilty(l);

yielded the error

Unknown operation p.
Error occurred while typechecking 1 - p * probabilty(l)

This error occurred when modeling a loom.

@mlaveaux mlaveaux added the bug Something isn't working label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants