tcs3.cspcasl revision eeaf0a8a1dc535d105904a2190f26c0835ecf429
logic CspCASL
spec 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))