[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / finfot.ugn
diff --git a/ghc/compiler/yaccParser/finfot.ugn b/ghc/compiler/yaccParser/finfot.ugn
new file mode 100644 (file)
index 0000000..9cf60eb
--- /dev/null
@@ -0,0 +1,12 @@
+%{
+#include "hspincl.h"
+%}
+%{{
+module U_finfot where
+import UgenUtil
+import Util
+%}}
+type finfot;
+       nofinfo : < >;
+       finfo   : < fi1: stringId; fi2: stringId; >;
+end;