[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / pbinding.ugn
diff --git a/ghc/compiler/yaccParser/pbinding.ugn b/ghc/compiler/yaccParser/pbinding.ugn
new file mode 100644 (file)
index 0000000..b7386f4
--- /dev/null
@@ -0,0 +1,23 @@
+%{
+#include "hspincl.h"
+%}
+%{{
+module U_pbinding where
+import UgenUtil
+import Util
+
+import U_binding
+import U_coresyn       ( U_coresyn )   -- interface only
+import U_hpragma       ( U_hpragma )   -- interface only
+import U_list
+import U_literal       ( U_literal )   -- ditto
+import U_treeHACK
+import U_ttype         ( U_ttype )     -- ditto
+%}}
+type pbinding;
+       pgrhs   : < ggpat       : tree;
+                   ggdexprs    : list;
+                   ggbind      : binding;
+                   ggfuncname  : stringId;
+                   ggline      : long; >;
+end;