[project @ 1996-01-11 14:06:51 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / finfot.ugn
1 %{
2 #include "hspincl.h"
3 %}
4 %{{
5 module U_finfot where
6 import UgenUtil
7 import Util
8 %}}
9 type finfot;
10 /*OLD:95/08:    nofinfo : < >; */
11         finfo   : < fi1: stringId; fi2: stringId; >;
12 end;