Remove special lambda unicode character, it didn't work anyway
[ghc-hetmet.git] / compiler / parser / Lexer.x
index 4238938..0526b1e 100644 (file)
@@ -646,7 +646,6 @@ reservedSymsFM = listToUFM $
        ,(">>-",        ITRarrowtail,   bit arrowsBit)
 
 #if __GLASGOW_HASKELL__ >= 605
-       ,("λ", ITlam,          bit glaExtsBit)
        ,("∷",   ITdcolon,       bit glaExtsBit)
        ,("⇒",   ITdarrow,    bit glaExtsBit)
        ,("∀",        ITforall,       bit glaExtsBit)