[project @ 1996-03-22 09:24:22 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / atype.ugn
1 %{
2 #include "hspincl.h"
3 %}
4 %{{
5 module U_atype where
6 import UgenUtil
7 import Util
8
9 import U_list
10 %}}
11 type atype;
12         atc     : < gatcid      : unkId;
13                     gatctypel   : list;
14                     gatcline    : long; >;
15 end;