[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / entidt.ugn
1 %{
2 #include "hspincl.h"
3 %}
4 %{{
5 module U_entidt where
6 import UgenUtil
7 import Util
8
9 import U_list
10 %}}
11 type entidt;
12         entid       : < gentid      : stringId; >;
13         enttype     : < gitentid    : stringId; >;
14         enttypeall  : < gatentid    : stringId; >;
15         enttypecons : < gctentid    : stringId;
16                         gctentcons  : list;     >;
17         entclass    : < gcentid     : stringId;
18                         gcentops    : list;     >;
19         entmod      : < gmentid     : stringId; >;
20 end;