Replies: 2 comments 1 reply
|
In the most recent version of P, we have disabled refinement checking. |
1 reply
|
Okay, thanks. Looking forward to the new release! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, in the Client Server example of the P tutorial, AbstractBankServer is supposed to be an abstraction of the composition of BankServer and Database. Is it possible to test whether every behavior produced by the composition of BankServer and Database is also a behavior of AbstractBankServer?
In the ModP paper, there is a
refineskeyword. So, I tried the following:Which fails with:
All reactions