On Fri, Apr 08, 2005 at 09:22:27AM -0400, Stevan Little wrote:
> Multi-dimensional structures are currently not supported in Pugs. But
> never fear, Autrijus is working on them right now actually. He is in
> the process of refactoring some of the Array and Hash types (in
> Haskell) to support this.

Indeed.  Thanks to Stevan's massive test-driven efforts, I've managed
to make this work, as of r1651:

    my @z = (
        [ 'a1', 'a2' ],
        [ 'b1', 'b2', 'b3' ]
    );
    for @z -> $r { say $r }

There's more IType related works tomorrow -- I'll post them on my
journal as usual.

Thanks,
/Autrijus/

Attachment: pgpoBw6ANYRR4.pgp
Description: PGP signature

Reply via email to