Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
link to definition of where
  • Loading branch information
gfldex committed May 28, 2016
1 parent 3948b65 commit fffe595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Language/typesystem.pod
Expand Up @@ -134,9 +134,9 @@ TODO
=head2 C<subset>
A X<C<subset>|subset> declares a new type that will re-dispatch to its base type. If a
C<where> clause is supplied any assignment will be checked against the given
code object.
A X<C<subset>|subset> declares a new type that will re-dispatch to its base
type. If a L<C<where>|/type/Signature#where> clause is supplied any assignment
will be checked against the given code object.
subset Positive of Int where * > -1;
my Positive $i = 1;
Expand Down

0 comments on commit fffe595

Please sign in to comment.