Allow lambda expressions without explicit paren
All checks were successful
Test, Build, and Release / test (push) Successful in 1m41s
Test, Build, and Release / build (push) Successful in 1m19s

This commit is contained in:
James Eversole
2025-01-26 08:52:28 -06:00
parent ea128929da
commit e2621bc09d
9 changed files with 63 additions and 87 deletions

View File

@ -1,4 +1,4 @@
compose = (\f g x : f (g x))
compose = \f g x : f (g x)
succ = y (\self :
triage