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