[project @ 1996-03-22 09:28:55 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / pbinding.ugn
diff --git a/ghc/compiler/yaccParser/pbinding.ugn b/ghc/compiler/yaccParser/pbinding.ugn
deleted file mode 100644 (file)
index b7386f4..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-%{
-#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;