You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store type names as String instead of Type for full type stability
Changed all Type fields to String to achieve complete type stability:
- matrix_type: Type → String
- element_type: Type → String
- rhs_type: Type → String (sentinel "" instead of Nothing)
Now all fields are concrete types (String, Int, Float64, Tuple{Int,Int}),
eliminating any remaining type instability from storing Type values.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments