[project @ 2006-01-11 12:17:41 by simonmar]
authorsimonmar <unknown>
Wed, 11 Jan 2006 12:17:41 +0000 (12:17 +0000)
committersimonmar <unknown>
Wed, 11 Jan 2006 12:17:41 +0000 (12:17 +0000)
understand Unicode lambda as a synonym for \

ghc/compiler/parser/Lexer.x

index 84e5a1a..27b6e2d 100644 (file)
@@ -559,6 +559,7 @@ reservedSymsFM = listToUFM $
        ,(">>-",        ITRarrowtail,   bit arrowsBit)
 
 #if __GLASGOW_HASKELL__ >= 605
+       ,("λ", ITlam,          0)
        ,("∀",        ITforall,       bit tvBit)
        ,("→",   ITrarrow,    0)
        ,("←",   ITlarrow,    0)