summaryrefslogtreecommitdiff
path: root/ghc/compiler/parser/qid.ugn
blob: 2d3f228be41c010a0b4a27096ae631ee62143f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%{
#include "hspincl.h"
%}
%{{
module U_qid where

#include "HsVersions.h"

import UgenUtil
%}}
type qid;
	noqual	: < gnoqual 	: stringId; >;
	aqual	: < gqualmod  	: stringId;
		    gqualname 	: stringId; >;
	gid	: < ggid	: long;
		    gidname     : stringId; >;
end;