Cross Reference: Erna.het
xref
: /
hets
/
CspCASL
/
test
/
Erna.het
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
spec Data =
sort S < T
end
logic CspCASL
spec Hugo =
data Data
process
P : S;
P = SKIP
end
spec Erna =
data Data
process
P : T;
P = STOP
end
spec Hermine = Hugo and Erna