[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / pbinding.ugn
1 %{
2 #include "hspincl.h"
3 %}
4 %{{
5 module U_pbinding where
6 import UgenUtil
7 import Util
8
9 import U_binding
10 import U_coresyn        ( U_coresyn )   -- interface only
11 import U_hpragma        ( U_hpragma )   -- interface only
12 import U_list
13 import U_literal        ( U_literal )   -- ditto
14 import U_treeHACK
15 import U_ttype          ( U_ttype )     -- ditto
16 %}}
17 type pbinding;
18         pgrhs   : < ggpat       : tree;
19                     ggdexprs    : list;
20                     ggbind      : binding;
21                     ggfuncname  : stringId;
22                     ggline      : long; >;
23 end;