Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bad "is nodal" example/text #966

Closed
coke opened this issue Oct 13, 2016 · 2 comments
Closed

bad "is nodal" example/text #966

coke opened this issue Oct 13, 2016 · 2 comments
Labels
docs Documentation issue (primary issue type)

Comments

@coke
Copy link
Collaborator

coke commented Oct 13, 2016

Confusing example in doc/Language/typesystem.pod6

What does this example code have to do with is nodal?

Text is also hard to process; a less tortured phrasing is "mark a method so hyperoperators do not descend into it"

=head4 trait C<is nodal>

Mark a method for hyperoperators as to be avoided for descending into.

    dd [[1,2,3],[4,5]]>>.elems;
    # OUTPUT«(3, 2)␤»
@AlexDaniel AlexDaniel added the docs Documentation issue (primary issue type) label Oct 13, 2016
@coke coke changed the title bad is nodal example/text bad "is nodal" example/text Dec 13, 2016
@dogbert17
Copy link

Have updated the docs with 5af4ebd377. Dunno if it's enough to close the issue though.

@dogbert17
Copy link

With 1ca0487 I think we can close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type)
Projects
None yet
Development

No branches or pull requests

3 participants