So, following up on the Parens handling, are these two equivalent?

    # Assuming &is has the parameter signature (Str, Str, Str)
    is((1,2), (3,4), "hey");
    is([1,2], [3,4], "hey");

What happens if &is is of type (Any, Any, Str)?

Thanks,
/Autrijus/

Attachment: pgp0OW38SoE0X.pgp
Description: PGP signature

Reply via email to