Author: jnthn Date: 2009-10-09 22:24:47 +0200 (Fri, 09 Oct 2009) New Revision: 28695
Modified: docs/Perl6/Spec/S06-routines.pod Log: [spec] Specify introspection of type captures. Modified: docs/Perl6/Spec/S06-routines.pod =================================================================== --- docs/Perl6/Spec/S06-routines.pod 2009-10-09 20:03:53 UTC (rev 28694) +++ docs/Perl6/Spec/S06-routines.pod 2009-10-09 20:24:47 UTC (rev 28695) @@ -1959,6 +1959,7 @@ name The name of the lexical variable to bind to, if any type The main type (the one multi-dispatch sorts by) constraints Any further type constraints + type_captures List of variable namess the argument type is put into readonly True if the parameter has C<is readonly> trait rw True if the parameter has C<is rw> trait copy True if the parameter has C<is copy> trait