[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / entidt.ugn
diff --git a/ghc/compiler/yaccParser/entidt.ugn b/ghc/compiler/yaccParser/entidt.ugn
new file mode 100644 (file)
index 0000000..3b3c8f1
--- /dev/null
@@ -0,0 +1,20 @@
+%{
+#include "hspincl.h"
+%}
+%{{
+module U_entidt where
+import UgenUtil
+import Util
+
+import U_list
+%}}
+type entidt;
+       entid       : < gentid      : stringId; >;
+       enttype     : < gitentid    : stringId; >;
+       enttypeall  : < gatentid    : stringId; >;
+       enttypecons : < gctentid    : stringId;
+                       gctentcons  : list;     >;
+       entclass    : < gcentid     : stringId;
+                       gcentops    : list;     >;
+       entmod      : < gmentid     : stringId; >;
+end;