inko
inko copied to clipboard
Implement Clone for Map
Description
Map
should implement the Clone
trait. I've started work on this in the map-clone
branch, but in doing so seem to have uncovered a bug in the type checker when checking type bounds, resulting in it rejecting the implementation.
Related work
No response