Cross Reference: sequenceMarkerTest2.clf
xref
: /
hets
/
CommonLogic
/
TestData
/
sequenceMarkerTest2.clf
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
sequenceMarkerTest2.clf revision 21b2c993ba4467ad14509265270ad71ef59c4064
(AllEq x)
(iff (AllEq x y
...sm1
)
(and (= x y) (AllEq y
...sm1
)))
(AllDiff x)
(iff (AllDiff x y
...sm2
)
(and (not (= x y)) (AllDiff x
...sm2
) (AllDiff y
...sm2
)))
(and (
...sm3
) (
...sm4
))