Elixir v1.20.0-rc.0 introduces comprehensive type system improvements with full type inference for functions, guards, and map operations. The type system can now infer function parameter types from usage, track map keys of all types (not just atoms), and detect typing violations without explicit type signatures. New features
Sort: