diff --git a/src/Core/Lex.x b/src/Core/Lex.x index 9fb9d31..d5cdc1e 100644 --- a/src/Core/Lex.x +++ b/src/Core/Lex.x @@ -87,8 +87,7 @@ rlp :- "where" { constTok TokenWhere } "Pack" { constTok TokenPack } -- temp - -- TODO: this should be "\" - "\\" { constTok TokenLambda } + "\" { constTok TokenLambda } "λ" { constTok TokenLambda } "=" { constTok TokenEquals } "->" { constTok TokenArrow }