Cross Reference: /hets/CspCASL/test/tcs3.testcase
Cross Reference: tcs3.testcase
xref
: /
hets
/
CspCASL
/
test
/
tcs3.testcase
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1
2
3
4
5
6
7
8
tcs3.cspcasl
CoreCspCASL
++
data sort 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)
end