Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarify a bit
  • Loading branch information
ab5tract authored and jonathanstowe committed Jun 8, 2015
1 parent c6dc297 commit 1ce879c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Type/Whatever.pod
Expand Up @@ -75,7 +75,8 @@ cases mentioned above. For example, if you want an infinite series by default.
my $series = known-lower-limit() ... $max;
A stored C<*> will also result in the generation of a C<WhateverCode> in the specific
case of smart match.
case of smart match. Note that this is not actually the stored C<*> which is being curried, but
rather the C<*> on the LHS.
my $constraint = find-constraint() // *;
my $maybe-always-matcher = * ~~ $constraint;
Expand Down

0 comments on commit 1ce879c

Please sign in to comment.