[project @ 1996-06-05 06:44:31 by partain]
[ghc-hetmet.git] / ghc / compiler / parser / qid.ugn
1 %{
2 #include "hspincl.h"
3 %}
4 %{{
5 #include "HsVersions.h"
6
7 module U_qid where
8 IMP_Ubiq() --  debugging consistency check
9 import UgenUtil
10 %}}
11 type qid;
12         noqual  : < gnoqual     : stringId; >;
13         aqual   : < gqualmod    : stringId;
14                     gqualname   : stringId; >;
15         gid     : < ggid        : long;
16                     gidname     : stringId; >;
17 end;
18