On Tue Oct 08 16:20:35 2013, TOBYINK wrote:
Show quoted text> Something between a Map and a Dict. "Treat these keys like Dict[...],
> treat all other keys like Map[...]".
>
> Requested by mst.
>
> Perhaps as a separate distribution.
Why can't this just be slurpy support for Map? i.e.
Dict[..., slurpy Map[a, b] ]
just like we already allow
Tuple[..., slurpy ArrayRef[a] ]