Ovid wrote:
> Anyone have any idea why Google is not indexing the official Perl 6
> documentation at perlcabal.org/syn?  I checked the robots.txt and it
> looks fine:
> 
>   http://www.perlcabal.org/robots.txt
> 
> But the search box on http://www.perlcabal.org/syn/ returns nothing.

The whole domain seems to be missing from the index, not only the synopsis.

If nobody else has any idea, I could get a webmaster account and try to
find out what's wrong.

> Specifically, I was looking for the documentation on how subsets work
> as it looks like we can get declarative style constraint programming
> for free:
> 
>   subset Crosshair of Point where { $_.inside_of($target_zone) };
> 
> Is that valid syntax?

Yes. See http://perlcabal.org/syn/S02.html#Polymorphic_types for similar
examples.

Cheers,
Moritz

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to