Hacker News new | ask | show | jobs
by int_19h 1524 days ago
The source code shouldn't need to say anything about the type of the resulting matrix explicitly, perhaps. But why shouldn't the type system keep track of shapes and deduce the accurate type for the result of said multiplication?
1 comments

Because the shape can be dynamic, for example.