[project @ 2000-02-22 15:47:56 by panne]
[ghc-hetmet.git] / ghc / compiler / parser / Lex.lhs
index 13ace2b..aef425f 100644 (file)
@@ -280,6 +280,7 @@ haskellKeywordsFM = listToUFM $
        ( "_scc_",      ITscc )
      ]
 
+-- IMPORTANT: Keep this in synch with ParseIface.y's var_fs production! (SUP)
 ghcExtensionKeywordsFM = listToUFM $
        map (\ (x,y) -> (_PK_ x,y))
      [ ( "forall",     ITforall ),