Cross Reference: tcs3.cspcasl
xref
: /
hets
/
CspCASL
/
test
/
tcs3.cspcasl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
tcs3.cspcasl revision 197888c54795ec1e79e77289b7e20436a6db74c0
310
N/A
logic CspCASL
310
N/A
spec tcs3 =
310
N/A
data sorts S, T
310
N/A
ops f: S ->? T
310
N/A
. forall x: S . not def f(x);
310
N/A
process
310
N/A
tcs3: S, T
310
N/A
tcs3 = [] x:S -> f(x) -> SKIP [| T |] [] y : T -> (if def y then SKIP else STOP)
310
N/A