Cross Reference: /hets/HasCASL/test/XUnion.hascasl
Cross Reference: XUnion.hascasl
xref
: /
hets
/
HasCASL
/
test
/
XUnion.hascasl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1
2
3
4
5
6
7
8
9
10
var S,N,E : Type
type Set S := S ->? Unit;
type Graph N E := Set N * (E->?N) * (E->?N)
ops __union__ : Graph N E * Graph N E -> Graph N E;
__union__, __intersection__, __\\__ : Set S * Set S -> Set S;
forall g,g' : Graph N E
. (g union g') = g