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

Slightly better update to List (::) documentation #555

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
1 participant
@rebelwarrior
Contributor

rebelwarrior commented Apr 7, 2016

This makes clear that to call the (::) as a function you need to wrap it in parenthesis by adding one more example using the |> pipe operator.
--Added parenthesis to make sure the expression returns True on the repl.

Slightly better update to List (::) documentation
This makes clear that to call the `(::)` as a function you need to wrap it in parenthesis by adding one more example using the `|>` pipe operator.
--Added parenthesis to make sure the expression returns True on the repl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment