Age | Commit message (Collapse) | Author |
|
inferring them.
Inferring is done by method Type::infer_generics.
Whether it is executed is controlled by method Type::is_concrete.
Also had to change the Display for Type and its tests,
as the enum variants changed.
|
|
'parts' is different from 'into_vec', because it doesn't require flat structure and always succeeds
|
|
Added type variants List(Type), and UndefinedType for use in error messages. Implemented type utility arr(a, b).
|
|
(small commit, had to sync between desktop and laptop)
|