[project @ 1996-04-07 15:41:24 by partain]
[ghc-hetmet.git] / ghc / compiler / parser / literal.ugn
index d8424a4..fea4048 100644 (file)
@@ -16,10 +16,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;