[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / atype.ugn
diff --git a/ghc/compiler/yaccParser/atype.ugn b/ghc/compiler/yaccParser/atype.ugn
new file mode 100644 (file)
index 0000000..c51e5b2
--- /dev/null
@@ -0,0 +1,15 @@
+%{
+#include "hspincl.h"
+%}
+%{{
+module U_atype where
+import UgenUtil
+import Util
+
+import U_list
+%}}
+type atype;
+       atc     : < gatcid      : unkId;
+                   gatctypel   : list;
+                   gatcline    : long; >;
+end;