Product.hascasl revision ce2aa52cf67a45b753e1695a46d0ba8400934fa7
logic HasCASL
spec test =
type Real
op 0 : Real
free types
SWPoint ::= SWPoint(x:Real;y:Real;z:Real);
op p1:SWPoint=SWPoint(0,0,0)