c51e5b287bc24352ce0ee083eacc0042f307ba98
[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;