<div dir="ltr">Hi folks,<div><br></div><div>What do you think about making IntMap and IntSet polymorphic over the keys as long as the key type k is Coercible to Int?</div><div><br></div><div>The motivation is that oftentimes one needs to have a collection of newtype wrappers around Int, and then they have to either unpack/repack it around the relevant containers (which is not nice), or just use HashMap/HashSet (which is perhaps suboptimal).</div><div><br></div><div>If this is a direction the community might deem reasonable, I'd be happy to work on this and make a PR to the containers repo (perhaps after discussing the specific details about naming, etc).<br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">  Georg Rudoy</div></div></div>