|
|
|
|
|
by catnaroek
3267 days ago
|
|
You create a reference cell containing an empty list. Because the cell is mutable, it can't have a polymorphic type - it must have a monomorphic one. How do you determine at runtime the type of this cell, before the first time you mutate it? |
|