Remove fn expressions #3677
Labels
A-type-system
Area: Type system
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
Milestone
Expressions like
fn(S) { ... }
are deprecated in favor of|s| t
. I have a patch removing them and also implemented #3320 (better inference) but it is blocked on #2263.The text was updated successfully, but these errors were encountered: