Cross Reference: /yui3/src/common/tests/unit.xml
Cross Reference: tcs3.cspcasl
xref
: /
yui3
/
src
/
common
/
tests
/
unit.xml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
tcs3.cspcasl revision adce8375991a372444ab995895442dca6faf9677
1
2
3
4
5
6
7
8
9
10
11
logic CspCASL
spec tcs3 =
data sorts S, T
ops f: S ->? T
. forall x: S . not def f(x);
process
tcs3: S, T;
tcs3 = [] x :: S -> f(x) -> SKIP
[| T |]
[] y :: T -> (if def y then SKIP else STOP)