Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Inline footnotes (workaround for rakudo/rakudo#2711).
  • Loading branch information
cfa committed Feb 23, 2019
1 parent 095177c commit 3cd2962
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/Language/operators.pod6
Expand Up @@ -1530,7 +1530,7 @@ if C<$a eqv $b>, then C<$a cmp $b> always returns C<Order::Same>.
=head2 infix C<coll>
Defined asN<These are not yet implemented in the JVM>:
Defined as:
multi sub infix:<coll>(Str:D \a, Str:D \b --> Order:D)
multi sub infix:<coll>(Cool:D \a, Cool:D \b --> Order:D)
Expand All @@ -1547,9 +1547,11 @@ In the first case, lexicographic or codepoint order is taken into account. In
the second, which uses C<coll>, the diacritic is not considered and sorting
happens according to intuitive order.
B<NOTE:> These are not yet implemented in the JVM.
=head2 infix C«unicmp»
Defined asN<These are not yet implemented in the JVM>:
Defined as:
multi sub infix:<unicmp>(Str:D \a, Str:D \b --> Order:D)
multi sub infix:<unicmp>(Pair:D \a, Pair:D \b --> Order:D)
Expand All @@ -1568,6 +1570,8 @@ former can be changed by the
L<C<$*COLLATION>|/type/Any#index-entry-%24*COLLATION-%24*COLLATION> dynamic
variable.
B<NOTE:> These are not yet implemented in the JVM.
=head2 infix C«leg»
multi sub infix:<leg>(Any, Any)
Expand Down

0 comments on commit 3cd2962

Please sign in to comment.