Skip to content

Commit f28da97

Browse files
committed
Document Parameter.coerce_type
1 parent 8d1061c commit f28da97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/Type/Parameter.pod6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Also, C<|> will bind to all remaining arguments and make new C<Capture> if neede
6464
Returns the L<nominal type constraint|/type/Signature#Type_constraints> of
6565
the parameter.
6666
67+
=head2 method coerce_type
68+
69+
Returns the L<coercion type|/syntax/Coercion%20type> of the parameter.
70+
6771
=head2 method constraints
6872
6973
Returns L<additional constraints|/type/Signature#Type_constraints> on the

0 commit comments

Comments
 (0)