Skip to content

Commit 1ce879c

Browse files
ab5tractjonathanstowe
authored andcommitted
Clarify a bit
1 parent c6dc297 commit 1ce879c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Type/Whatever.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ cases mentioned above. For example, if you want an infinite series by default.
7575
my $series = known-lower-limit() ... $max;
7676
7777
A stored C<*> will also result in the generation of a C<WhateverCode> in the specific
78-
case of smart match.
78+
case of smart match. Note that this is not actually the stored C<*> which is being curried, but
79+
rather the C<*> on the LHS.
7980
8081
my $constraint = find-constraint() // *;
8182
my $maybe-always-matcher = * ~~ $constraint;

0 commit comments

Comments
 (0)