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