Timo Paulssen <t...@wakelift.de> wrote:

>  The reason for that is that `my %foo{Bar}` is syntax for restricting
>  the keys of the hash to a specific type (by default it's `Str(Any)`)

Hm.. That's certainly useful, I hadn't even gotten to wondering how to
do that yet.

> and giving a string instance ("monsters" in this case) just takes the type of 
> the value.

That seems a little peculiar, I have to say.  Using an instance as a type...

Reply via email to