X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fparser%2FLexCore.hs;h=7be074a25dea49d82b3fd456f5ccb36e866663be;hp=32ea6a83953c1cb20ba2d6fefea3b5dc0f5d334b;hb=143f4381d242e4a1c3174e8a0732a1e48f00a1aa;hpb=a7515ed727fc7e50ad9a59864f20cb4ddc93fb20 diff --git a/compiler/parser/LexCore.hs b/compiler/parser/LexCore.hs index 32ea6a8..7be074a 100644 --- a/compiler/parser/LexCore.hs +++ b/compiler/parser/LexCore.hs @@ -91,7 +91,7 @@ lexKeyword cont cs = ("in",rest) -> cont TKin rest ("case",rest) -> cont TKcase rest ("of",rest) -> cont TKof rest - ("coerce",rest) -> cont TKcoerce rest + ("cast",rest) -> cont TKcast rest ("note",rest) -> cont TKnote rest ("external",rest) -> cont TKexternal rest ("_",rest) -> cont TKwild rest