summaryrefslogtreecommitdiff
path: root/ghc/compiler/yaccParser/atype.ugn
blob: c51e5b287bc24352ce0ee083eacc0042f307ba98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;