[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / compiler / parser / qid.ugn
1 %{
2 #include "hspincl.h"
3 %}
4 %{{
5 module U_qid where
6
7 #include "HsVersions.h"
8
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