tcs3.cspcasl revision f909337bf7012aca169c0b56b89efbd4a310f8da
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))