Skip to content

Commit 326b253

Browse files
committed
Clarify the scope of inference
1 parent ca2c7e1 commit 326b253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-10-16-elixir-v1-19-0-released.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Elixir v1.19 brings further improvements to the type system and compilation time
1111

1212
## Type system improvements
1313

14-
This release improves the type system around two key areas: type inference and type checking of anonymous functions and protocols. These enhancements seem simple on the surface but required us to go beyond existing literature by extending current theory and developing new techniques. We will outline the technical details in future articles. For now, let's look at what's new.
14+
This release improves the type system by adding type inference of anonymous functions and type checking of protocols. These enhancements seem simple on the surface but required us to go beyond existing literature by extending current theory and developing new techniques. We will outline the technical details in future articles. For now, let's look at what's new.
1515

1616
### Type checking of protocol dispatch and implementations
1717

0 commit comments

Comments
 (0)