@@ 20,19 20,19 @@ U"8" : U"F8";
U"9" : U"F9";
U"0" : U"F10";
-U"C" : 'case', U"SPACE";
-U"L" : 'class', U"SPACE";
-U"D" : 'data', U"SPACE";
-U"E" : 'default', U"SPACE";
-U"V" : 'deriving', U"SPACE";
-U"F" : 'family', U"SPACE";
-U"A" : 'forall', U"SPACE";
-U"R" : 'foreign', U"SPACE";
-U"H" : 'hiding', U"SPACE";
+U"C" : 'case';
+U"L" : 'class';
+U"D" : 'data';
+U"E" : 'default';
+U"V" : 'deriving';
+U"F" : 'family';
+U"A" : 'forall';
+U"R" : 'foreign';
+U"H" : 'hiding';
U"X" : 'infix';
-U"I" : 'instance', U"SPACE";
-U"M" : 'module', U"SPACE";
-U"N" : 'newtype', U"SPACE";
-U"P" : 'proc', U"SPACE";
-U"T" : 'type', U"SPACE";
+U"I" : 'instance';
+U"M" : 'module';
+U"N" : 'newtype';
+U"P" : 'proc';
+U"T" : 'type';
U"W" : 'where';