Cross Reference: test2.casl
xref
: /
ontohub
/
spec
/
fixtures
/
ontologies
/
casl
/
test2.casl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
spec sp =
sort s
op f:s->s
. forall x:s . f(x) = x
then
. exists x:s . f(x) = x
with s |-> s
end
spec sp1 =
sp hide f
end