[project @ 1996-03-22 09:28:55 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / entidt.ugn
diff --git a/ghc/compiler/yaccParser/entidt.ugn b/ghc/compiler/yaccParser/entidt.ugn
deleted file mode 100644 (file)
index 3b3c8f1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-%{
-#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;