# New Ticket Created by  David 
# Please include the string:  [perl #128581]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128581 >


The following statement:

my Array[Numerix] $x;

produces this error message:

===SORRY!=== Error while compiling ./x.pl6
An exception occurred while parameterizing Array
at ./x.pl6:1
Exception details:
  ===SORRY!=== Error while compiling
  Cannot invoke this object (REPR: Null; VMNull)
  at :

It would be nice if it gave a message similar to when one misspells an
unparameterized type:

Type 'Numerix' is not declared. Did you mean 'Numeric'?

Reply via email to