X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fparser%2FLexCore.hs;h=7be074a25dea49d82b3fd456f5ccb36e866663be;hb=9da4639011348fb6c318e3cba4b08622f811d9c4;hp=32ea6a83953c1cb20ba2d6fefea3b5dc0f5d334b;hpb=a7515ed727fc7e50ad9a59864f20cb4ddc93fb20;p=ghc-hetmet.git 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