[project @ 1997-03-17 20:34:25 by simonpj]
[ghc-hetmet.git] / ghc / compiler / reader / Lex.lhs
index 32f20e9..626762d 100644 (file)
@@ -531,7 +531,7 @@ is_sym c#=
    '&'# -> True; '*'# -> True; '+'# -> True; '.'# -> True; 
    '/'# -> True; '<'# -> True; '='# -> True; '>'# -> True; 
    '?'# -> True; '\\'# -> True; '^'# -> True; '|'# -> True; 
-   '-'# -> True; '~'# -> True; _ -> False }
+   '-'# -> True; '~'# -> True; '@'# -> True; _ -> False }
 
 --isAlphanum c || c `elem` ":_'!#$%&*+./<=>?@\\^|-~" -- ToDo: add ISOgraphic