Raku/old-design-docs

Specify 'as' coercion of paramaters in signatures

Closed this issue · 1 comments

A few minutes of skimming and grepping didn't find any specification for (Cool $x as Int), just coercion of return values in S02.

Either it needs some love in S06, or I need a better grep, erm, better ack :-)

Use of 'as' has been deprecated in favor of the Int(Cool) syntax.