Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSlightly better update to List (::) documentation #555
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rebelwarrior commentedApr 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.