Cross Reference: /hets/HasCASL/test/Product.hascasl
Cross Reference: Product.hascasl
xref
: /
hets
/
HasCASL
/
test
/
Product.hascasl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1
2
3
4
5
6
7
8
9
10
11
12
type Int < Rat; Rat < Real
op 0 : Int
op 0 : Rat
op 0 : Real
free types
SWPoint ::= SWPoint(x:Real;y:Real;z:Real);
SWArc ::= SWArc(Center:SWPoint;Start:SWPoint;End:SWPoint);
op arc1:SWArc=SWArc(SWPoint(0,0,0),SWPoint(0,0,0),SWPoint(0,0,0))