[project @ 1998-01-08 18:03:08 by simonm]
[ghc-hetmet.git] / ghc / compiler / parser / either.ugn
index f59778c..1917c2e 100644 (file)
@@ -2,12 +2,14 @@
 #include "hspincl.h"
 %}
 %{{
-#include "HsVersions.h"
 
 module U_either where
-IMP_Ubiq() --  debugging consistency check
+
+#include "HsVersions.h"
+
 import UgenUtil
 %}}
+
 type either;
        left    : < gleft  : VOID_STAR; > ;
        right   : < gright : VOID_STAR; > ;