summaryrefslogtreecommitdiff
path: root/ghc/compiler/parser/binding.ugn
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/parser/binding.ugn')
-rw-r--r--ghc/compiler/parser/binding.ugn8
1 files changed, 3 insertions, 5 deletions
diff --git a/ghc/compiler/parser/binding.ugn b/ghc/compiler/parser/binding.ugn
index 2f6bccaa2d..76b067ced5 100644
--- a/ghc/compiler/parser/binding.ugn
+++ b/ghc/compiler/parser/binding.ugn
@@ -2,10 +2,10 @@
#include "hspincl.h"
%}
%{{
+module U_binding where
+
#include "HsVersions.h"
-module U_binding where
-IMP_Ubiq() -- debugging consistency check
import UgenUtil
import U_constr
@@ -34,9 +34,7 @@ type binding;
gfline : long; >;
abind : < gabindfst : binding;
gabindsnd : binding; >;
- ibind : < gibindc : list;
- gibindid : qid;
- gibindi : ttype;
+ ibind : < gibindi : ttype;
gibindw : binding;
giline : long; >;
dbind : < gdbindts : list;