parse lambda
This commit is contained in:
@@ -170,6 +170,7 @@ lexReservedOp = \case
|
||||
":" -> TokenHasType
|
||||
"|" -> TokenPipe
|
||||
"->" -> TokenArrow
|
||||
"\\" -> TokenLambda
|
||||
s -> error (show s)
|
||||
|
||||
-- | @andBegin@, with the subtle difference that the start code is set
|
||||
|
||||
Reference in New Issue
Block a user