[project @ 1999-06-01 16:15:42 by simonmar]
[ghc-hetmet.git] / ghc / compiler / parser / literal.ugn
index d8424a4..292ad9d 100644 (file)
@@ -3,7 +3,9 @@
 %}
 %{{
 module U_literal where
-import Ubiq --  debugging consistency check
+
+#include "HsVersions.h"
+
 import UgenUtil
 %}}
 type literal;
@@ -16,10 +18,5 @@ type literal;
        charprim    : < gcharprim   : hstring; >;
        string      : < gstring     : hstring; >;
        stringprim  : < gstringprim : hstring; >;
-       clitlit     : < gclitlit    : stringId;
-                       gclitlit_kind : stringId; >;
-       norepi      : < gnorepi     : stringId; >;
-       norepr      : < gnorepr_n   : stringId; 
-                       gnorepr_d   : stringId; >;
-       noreps      : < gnoreps     : hstring; >;
+       clitlit     : < gclitlit    : stringId; >;
 end;