parse lambda

This commit is contained in:
crumbtoo
2024-03-08 16:28:40 -07:00
parent 215feb433b
commit e93548963a
3 changed files with 12 additions and 2 deletions

View File

@@ -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