We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6a2a5 commit 749e16cCopy full SHA for 749e16c
bin/p6doc
@@ -129,7 +129,7 @@ sub disambiguate-f-search( $docee, %data ) {
129
my $ndocee = $pref ~ " " ~ $docee;
130
131
if %data{$ndocee} {
132
- my @types = %data{$ndocee}.values>>.Str.grep({ $^v ~~ /^ 'Type' / and not $^v ~~ / 'Cool' $ / });
+ my @types = %data{$ndocee}.values>>.Str.grep({ $^v ~~ /^ 'Type' / });
133
@types = [gather @types.deepmap(*.take)].unique.list;
134
@types.=grep({!/$pref/});
135
%found{$ndocee}.push: @types X~ "." ~ $docee;
0 commit comments