Author: larry
Date: Thu Apr 27 09:33:20 2006
New Revision: 8973
Modified:
doc/trunk/design/syn/S06.pod
Log:
Clarify placeholders are illegal if conflicting with other signature.
Modified: doc/trunk/design/syn/S06.pod
==============================================================================
--- doc/trunk/design/syn/S06.pod (original)
+++ doc/trunk/design/syn/S06.pod Thu Apr 27 09:33:20 2006
@@ -1286,6 +1286,8 @@
-> $x,$y,$z { $y < $z && $x != 2 }
Note that placeholder variables syntactically cannot have type constraints.
+Also, it is illegal to use placeholder variables in a block that already
+has a signature, because the autogenerated signature would conflict with that.
=head1 Built-in Types