mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-29 00:22:38 +03:00
Merge pull request #231 from barrucadu/220-property-docs
Clarify the difference between =>= and ->-
This commit is contained in:
commit
725c48ea69
@ -96,9 +96,9 @@ functions. These functions are:
|
||||
.. csv-table::
|
||||
:header: "Function", "Operator", "Checks that..."
|
||||
|
||||
"``refines``", "``=>=``", "...the left is equivalent to, or strictly refines, the right"
|
||||
"``strictlyRefines``", "``->-``", "...the left has strictly fewer behaviours than the right"
|
||||
"``equivalentTo``", "``===``", "...the left and right have exactly the same behaviours"
|
||||
"``equivalentTo``", "``===``", "... the left and right have exactly the same behaviours"
|
||||
"``refines``", "``=>=``", "... every behaviour of the left is also a behaviour of the right"
|
||||
"``strictlyRefines``", "``->-``", "... ``left =>= right`` holds but ``left === right`` does not"
|
||||
|
||||
The signatures can have different state types, as long as the seed and
|
||||
observation types are the same. This lets you compare different
|
||||
|
Loading…
Reference in New Issue
Block a user