Cross Reference: tcs3.cspcasl
xref
: /
hets
/
CspCASL
/
test
/
tcs3.cspcasl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
tcs3.cspcasl revision edc768ab3a40d51bf18761330cfc4b4d460c0822
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 P else Q)